Searched refs:boot_el (Results 1 – 1 of 1) sorted by relevance
1214 int boot_el; in arm_load_kernel() local1268 boot_el = 3; in arm_load_kernel()1270 boot_el = 2; in arm_load_kernel()1272 boot_el = 1; in arm_load_kernel()1276 boot_el = arm_feature(env, ARM_FEATURE_EL2) ? 2 : 1; in arm_load_kernel()1279 if ((info->psci_conduit == QEMU_PSCI_CONDUIT_HVC && boot_el >= 2) || in arm_load_kernel()1280 (info->psci_conduit == QEMU_PSCI_CONDUIT_SMC && boot_el == 3)) { in arm_load_kernel()