Home
last modified time | relevance | path

Searched refs:actlr_el2 (Results 1 – 5 of 5) 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
97 actlr_el2 = read_actlr_el2(); in zynqmp_testing_setup()
100 actlr_el2 |= ACTLR_EL3_L2ACTLR_BIT | ACTLR_EL3_CPUACTLR_BIT; in zynqmp_testing_setup()
102 write_actlr_el2(actlr_el2); in zynqmp_testing_setup()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_pwrc_sram.S33 mrs x3, actlr_el2
35 msr actlr_el2, x3
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
DArmLibSupport.S50 2:msr actlr_el2, x0 // Aux Control Reg (ACTLR) at EL1. Also available in EL2 and EL3
57 2:mrs x0, actlr_el2 // Aux Control Reg (ACTLR) at EL1. Also available in EL2 and EL3
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/aarch64/
Dtegra_helpers.S91 msr actlr_el2, x0
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
Darch_helpers.h232 DEFINE_SYSREG_RW_FUNCS(actlr_el2)