Home
last modified time | relevance | path

Searched refs:actlr_el3 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
Dbl31_zynqmp_setup.c93 uint32_t actlr_el3, actlr_el2; in zynqmp_testing_setup() local
96 actlr_el3 = read_actlr_el3(); in zynqmp_testing_setup()
99 actlr_el3 |= ACTLR_EL3_L2ACTLR_BIT | ACTLR_EL3_CPUACTLR_BIT; in zynqmp_testing_setup()
101 write_actlr_el3(actlr_el3); in zynqmp_testing_setup()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_pwrc_sram.S29 mrs x3, actlr_el3
31 msr actlr_el3, x3
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/aarch64/
Dtegra_helpers.S90 msr actlr_el3, x0
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
Darch_helpers.h233 DEFINE_SYSREG_RW_FUNCS(actlr_el3)