Searched refs:boot_el (Results 1 – 1 of 1) sorted by relevance
1208 int boot_el; in arm_load_kernel() local1262 boot_el = 3; in arm_load_kernel()1264 boot_el = 2; in arm_load_kernel()1266 boot_el = 1; in arm_load_kernel()1270 boot_el = arm_feature(env, ARM_FEATURE_EL2) ? 2 : 1; in arm_load_kernel()1273 if ((info->psci_conduit == QEMU_PSCI_CONDUIT_HVC && boot_el >= 2) || in arm_load_kernel()1274 (info->psci_conduit == QEMU_PSCI_CONDUIT_SMC && boot_el == 3)) { in arm_load_kernel()