Searched refs:target_aa64 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | arm-powerctl.c | 57 bool target_aa64; member 75 if (info->target_aa64) { in arm_set_cpu_on_async_work() 97 uint32_t target_el, bool target_aa64) in arm_set_cpu_on() argument 106 "\n", cpuid, target_el, target_aa64 ? "aarch64" : "aarch32", entry, in arm_set_cpu_on() 112 if (target_aa64 && (entry & 3)) { in arm_set_cpu_on() 148 if (!target_aa64 && arm_feature(&target_cpu->env, ARM_FEATURE_AARCH64)) { in arm_set_cpu_on() 181 info->target_aa64 = target_aa64; in arm_set_cpu_on()
|
H A D | arm-powerctl.h | 50 uint32_t target_el, bool target_aa64);
|
/openbmc/qemu/hw/misc/ |
H A D | allwinner-cpucfg.c | 95 bool target_aa64 = arm_feature(&target_cpu->env, ARM_FEATURE_AARCH64); in allwinner_cpucfg_cpu_reset() local 98 CPU_EXCEPTION_LEVEL_ON_RESET, target_aa64); in allwinner_cpucfg_cpu_reset()
|