Searched refs:has_mpu (Results 1 – 3 of 3) sorted by relevance
1584 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()
924 bool has_mpu; member
5462 if (arm_feature(env, ARM_FEATURE_PMSA) && !cpu->has_mpu) { in sctlr_write()