Searched refs:CBPR (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) {
1179 // CBPR
1181 // CBPR is alias of ICC_CTLR_EL3.CBPR_EL1{S,NS}
1184 // CBPR is RO
1186 // CBPR is RW
1187 icc_ctlr_el1.CBPR = requested_icc_ctlr_el1.CBPR;
1190 icc_ctlr_el3.CBPR_EL1S = icc_ctlr_el1.CBPR;
1192 icc_ctlr_el3.CBPR_EL1NS = icc_ctlr_el1.CBPR;
[all...]
H A Dgic_v3_cpu_interface.hh81 Bitfield<0> CBPR; member in class:Gicv3CPUInterface
295 Bitfield<0> CBPR; member in class:Gicv3CPUInterface

Completed in 11 milliseconds