Searched refs:gpccr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | ptw.c | 314 uint64_t gpccr = env->cp15.gpccr_el3; in granule_protection_check() local 321 if (!FIELD_EX64(gpccr, GPCCR, GPC)) { in granule_protection_check() 335 pps = FIELD_EX64(gpccr, GPCCR, PPS); in granule_protection_check() 342 switch (FIELD_EX64(gpccr, GPCCR, SH)) { in granule_protection_check() 348 if (FIELD_EX64(gpccr, GPCCR, ORGN) == 0 && in granule_protection_check() 349 FIELD_EX64(gpccr, GPCCR, IRGN) == 0) { in granule_protection_check() 357 switch (FIELD_EX64(gpccr, GPCCR, PGS)) { in granule_protection_check() 372 l0gptsz = 30 + FIELD_EX64(gpccr, GPCCR, L0GPTSZ); in granule_protection_check()
|