Searched defs:xn (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/
H A Dpagetable.hh146 bool xn; // Execute Never member in struct:ArmISA::TlbEntry
317 SERIALIZE_SCALAR(xn); variable
347 UNSERIALIZE_SCALAR(xn); variable
H A Dtlb.cc754 bool xn = te->xn || (isWritable && sctlr.wxn) || local
852 uint8_t xn = te->xn; local
[all...]
H A Dtable_walker.hh175 bool xn() const function in class:ArmISA::TableWalker::L1Descriptor
306 bool xn() const function in class:ArmISA::TableWalker::L2Descriptor
530 bool xn() const function

Completed in 13 milliseconds