Searched defs:secure (Results 1 - 8 of 8) sorted by relevance

/gem5/src/mem/cache/prefetch/
H A Dassociative_set.hh47 bool secure; member in class:TaggedEntry
H A Dindirect_memory.hh73 bool secure; member in struct:IndirectMemoryPrefetcher::PrefetchTableEntry
H A Dbase.hh102 bool secure; member in class:BasePrefetcher::PrefetchInfo
/gem5/src/arch/arm/
H A Dmiscregs.cc991 bool secure = !scr.ns; local
1027 bool secure = !scr.ns; local
1136 bool secure = ArmSystem::haveSecurity(tc) && !scr.ns; local
1180 bool secure = ArmSystem::haveSecurity(tc) && !scr.ns; local
[all...]
H A Dtlb.cc152 TLB::lookup(Addr va, uint16_t asn, uint8_t vmid, bool hyp, bool secure, argument
[all...]
H A Dtable_walker.hh233 bool secure(bool have_security, WalkerState *currState) const function in class:ArmISA::TableWalker::L1Descriptor
283 bool secure(bool have_security, WalkerState *currState) const function in class:ArmISA::TableWalker::L2Descriptor
[all...]
H A Disa.hh327 chain secure(bool v = true) const { function in class:ArmISA::ISA::MiscRegLUTEntryInitializer
H A Dtable_walker.cc190 walk(const RequestPtr &_req, ThreadContext *_tc, uint16_t _asid, uint8_t _vmid, bool _isHyp, TLB::Mode _mode, TLB::Translation *_trans, bool _timing, bool _functional, bool secure, TLB::ArmTranslationType tranType, bool _stage2Req) argument

Completed in 27 milliseconds