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

/gem5/src/arch/arm/
H A Dpagetable.hh119 uint8_t hap; // Hyp access permissions bits member in struct:ArmISA::TlbEntry
154 innerAttrs(0), outerAttrs(0), ap(read_only ? 0x3 : 0), hap(0x3),
160 // no restrictions by default, hap = 0x3
169 vmid(0), N(0), innerAttrs(0), outerAttrs(0), ap(0), hap(0x3),
175 // no restrictions by default, hap = 0x3
320 SERIALIZE_SCALAR(hap); variable
350 UNSERIALIZE_SCALAR(hap); variable
H A Dtlb.cc692 uint8_t hap = te->hap; local
753 bool hapAbt = is_write ? !(hap & 2) : !(hap & 1);
871 uint8_t hap = 0x3 & te->hap; local
872 grant_read = hap & 0x1;
877 grant = hap & 0x2;
H A Dtable_walker.cc2088 te.hap = lDescriptor.ap();

Completed in 18 milliseconds