Searched refs:isEL3OrMon (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.cc1069 if (haveEL(EL3) && !isEL3OrMon() && icc_ctlr_el1_s.CBPR) {
1081 if (haveEL(EL3) && !isEL3OrMon() && icc_ctlr_el1_ns.CBPR) {
1656 if ((hppi.group != Gicv3::G0S) && isEL3OrMon()) {
1661 if ((hppi.group != Gicv3::G0S)) { // && !isEL3OrMon())
1700 } else if (!isEL3OrMon() && inSecureState()) {
1977 if (isEL3OrMon()) {
2396 Gicv3CPUInterface::isEL3OrMon() const function in class:Gicv3CPUInterface
2548 if (!isEL3OrMon() && icc_ctlr_el1_s.CBPR) {
2560 if (haveEL(EL3) && !isEL3OrMon() && icc_ctlr_el1_ns.CBPR) {
H A Dgic_v3_cpu_interface.hh321 bool isEL3OrMon() const;

Completed in 7 milliseconds