Home
last modified time | relevance | path

Searched refs:current_el (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/arch/arm/cpu/armv8/
Dsec_firmware.c232 if (current_el() != 3) { in sec_firmware_load_image()
336 if (current_el() == SEC_FIRMWARE_TARGET_EL) in sec_firmware_support_psci_version()
427 current_el()); in sec_firmware_init()
433 if (current_el() != SEC_FIRMWARE_TARGET_EL) in sec_firmware_init()
439 if (current_el() != 3) { in sec_firmware_init()
Dcache_v8.c412 el = current_el(); in mmu_setup()
/external/u-boot/board/xilinx/zynqmp/
Dzynqmp.c179 if (current_el() != 3) { in chip_id()
301 printf("EL Level:\tEL%d\n", current_el()); in board_init()
306 if (current_el() != 3) { in board_init()
352 if (current_el() != 3) in board_early_init_r()
394 if (current_el() > 1) { in do_go_exec()
/external/u-boot/arch/arm/cpu/armv8/zynqmp/
Dcpu.c132 if (current_el() == 3) in zynqmp_get_silicon_version()
238 if (IS_ENABLED(CONFIG_SPL_BUILD) || current_el() == 3) in zynqmp_mmio_write()
255 if (IS_ENABLED(CONFIG_SPL_BUILD) || current_el() == 3) { in zynqmp_mmio_read()
/external/u-boot/arch/arm/include/asm/
Dsystem.h132 static inline unsigned int current_el(void) in current_el() function
143 el = current_el(); in get_sctlr()
158 el = current_el(); in set_sctlr()
/external/u-boot/board/freescale/common/
Dns_access.c42 if (current_el() == 3) in enable_layerscape_ns_access()
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dsoc.c463 if (current_el() < 3) in erratum_a008850_early()
484 if (current_el() < 3) in erratum_a008850_post()
663 if (current_el() == 3) { in fsl_lsch2_early_init_f()
Dcpu.c74 unsigned int el = current_el(); in early_mmu_setup()
148 unsigned int el = current_el(); in final_mmu_setup()
588 if (current_el() == 3) in timer_init()
Dppa.c34 unsigned int el = current_el(); in ppa_init()
/external/u-boot/cmd/
Dbootefi.c338 if (current_el() == 3) { in do_bootefi_exec()
/external/u-boot/arch/arm/mach-tegra/tegra210/
Dclock.c1052 if (current_el() == 3) in arch_timer_init()