Home
last modified time | relevance | path

Searched refs:has_mpu (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpu.c1584 DEFINE_PROP_BOOL("has-mpu", ARMCPU, has_mpu, true);
2467 if (!cpu->has_mpu || cpu->pmsav7_dregion == 0) { in arm_cpu_realizefn()
2468 cpu->has_mpu = false; in arm_cpu_realizefn()
H A Dcpu.h924 bool has_mpu; member
H A Dhelper.c5462 if (arm_feature(env, ARM_FEATURE_PMSA) && !cpu->has_mpu) { in sctlr_write()