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

/gem5/src/arch/sparc/
H A Dtlb.cc76 tag_access = 0;
405 tag_access = mbits(va, 63,13) | mbits(context,12,0);
951 temp = itb->tag_access;
958 pkt->setBE(itb->tag_access);
967 temp = tag_access;
977 pkt->setBE(tag_access);
988 tag_access,
996 tag_access,
1004 itb->tag_access,
1012 itb->tag_access,
1302 uint64_t tag_access = mbits(addr,63,13) | mbits(ctx,12,0); local
1327 MakeTsbPtr(TsbPageSize ps, uint64_t tag_access, uint64_t c0_tsb, uint64_t c0_config, uint64_t cX_tsb, uint64_t cX_config) argument
[all...]
H A Dtlb.hh69 uint64_t tag_access; member in class:SparcISA::TLB
194 uint64_t MakeTsbPtr(TsbPageSize ps, uint64_t tag_access, uint64_t c0_tsb,

Completed in 4 milliseconds