Home
last modified time | relevance | path

Searched refs:hcr_el2 (Results 1 – 6 of 6) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/arm/board/fvp_r/
A Dfvp_r_context_mgmt.c15 uint64_t hcr_el2 = 0U; in cm_prepare_el2_exit() local
29 hcr_el2 = read_hcr_el2(); in cm_prepare_el2_exit()
30 write_hcr_el2(hcr_el2 | HCR_API_BIT | HCR_APK_BIT); in cm_prepare_el2_exit()
/arm-trusted-firmware-2.8.0/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c583 uint64_t hcr_el2 = 0U; in cm_prepare_el3_exit() local
616 hcr_el2 |= HCR_RW_BIT; in cm_prepare_el3_exit()
623 hcr_el2 |= (HCR_API_BIT | HCR_APK_BIT); in cm_prepare_el3_exit()
625 write_hcr_el2(hcr_el2); in cm_prepare_el3_exit()
A Dcontext.S124 mrs x13, hcr_el2
195 msr hcr_el2, x13
/arm-trusted-firmware-2.8.0/services/std_svc/sdei/
A Dsdei_intr_mgmt.c272 u_register_t hcr_el2 = read_hcr(); in sdei_set_elr_spsr() local
274 (hcr_el2 & HCR_TGE_BIT) && in sdei_set_elr_spsr()
275 (hcr_el2 & HCR_E2H_BIT); in sdei_set_elr_spsr()
/arm-trusted-firmware-2.8.0/include/arch/aarch64/
A Del2_common_macros.S79 msr hcr_el2, x0
A Darch_helpers.h376 DEFINE_SYSREG_RW_FUNCS(hcr_el2) in DEFINE_SYSREG_READ_FUNC()

Completed in 9 milliseconds