Searched refs:tsbs (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/sparc/
H A Dvtophys.cc69 // 3. We are currently priv, use ctx0* tsbs to find the page
70 // 4. We are not priv, use ctxN0* tsbs to find the page
90 Addr tsbs[4]; local
111 dtb->GetTsbPtr(tc, addr, ctx_zero ? 0 : pri_context, tsbs);
114 ttetag = betoh(mem.read<uint64_t>(tsbs[x]));
116 uint64_t entry = mem.read<uint64_t>(tsbs[x]) + sizeof(uint64_t);

Completed in 3 milliseconds