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

/gem5/src/arch/arm/
H A Dtable_walker.hh82 virtual bool secure(bool have_security, WalkerState *currState) const = 0;
233 bool secure(bool have_security, WalkerState *currState) const argument
235 if (have_security) {
283 bool secure(bool have_security, WalkerState *currState) const argument
285 return l1Parent->secure(have_security, currState);
417 bool secure(bool have_security, WalkerState *currState) const
420 return have_security && (currState->secureLookup && !bits(data, 5));
H A DArmSystem.py67 have_security = Param.Bool(False, variable in class:ArmSystem
H A Dsystem.cc62 _haveSecurity(p->have_security),
H A Dfaults.cc491 bool have_security = ArmSystem::haveSecurity(tc); local
517 if (have_security && saved_cpsr.mode == MODE_MON) {
582 assert(have_security);
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc704 const bool have_security = ArmSystem::haveSecurity(tc);
714 if (have_security && !ELIs64(tc, EL3) && !is_secure) {
743 if (have_security && !ELIs64(tc, EL3) && !is_secure) {
765 if (have_security && ELIs64(tc, EL3)) {
/gem5/configs/common/
H A DFSConfig.py281 self.have_security = security

Completed in 12 milliseconds