Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Darm-powerctl.c57 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 Darm-powerctl.h50 uint32_t target_el, bool target_aa64);
/openbmc/qemu/hw/misc/
H A Dallwinner-cpucfg.c95 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()