Searched refs:isSecureBelowEL3 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/arm/
H A Dutility.cc205 isSecureBelowEL3(ThreadContext *tc) function in namespace:ArmISA
230 const bool is_secure = isSecureBelowEL3(tc);
305 return (!isSecureBelowEL3(tc) && !ELIs32(tc, EL2) && hcr.e2h == 1 &&
335 && !isSecureBelowEL3(tc) && hcr.rw == 0));
H A Dutility.hh260 inline bool isSecureBelowEL3(ThreadContext *tc);
/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.cc326 value = bpr1(isSecureBelowEL3() ? Gicv3::G1S : Gicv3::G1NS);
987 if (!isSecureBelowEL3()) {
1063 if (isSecureBelowEL3()) {
1620 isa->snsBankedIndex64(misc_reg, !isSecureBelowEL3()));
1627 isa->snsBankedIndex64(misc_reg, !isSecureBelowEL3()), val);
2382 Gicv3CPUInterface::isSecureBelowEL3() const function in class:Gicv3CPUInterface
H A Dgic_v3_cpu_interface.hh323 bool isSecureBelowEL3() const;

Completed in 18 milliseconds