Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/arm/board/fvp_r/
Dfvp_r_context_mgmt.c30 write_hcr_el2(hcr_el2 | HCR_API_BIT | HCR_APK_BIT); in cm_prepare_el2_exit()
/trusted-firmware-a-3.7.0/include/arch/aarch64/
Del2_common_macros.S77 orr x0, x0, #(HCR_API_BIT | HCR_APK_BIT)
Darch.h665 #define HCR_API_BIT (ULL(1) << 41) macro
/trusted-firmware-a-3.7.0/lib/el3_runtime/aarch64/
Dcontext_mgmt.c709 hcr_el2 |= (HCR_API_BIT | HCR_APK_BIT); in enable_pauth_el2()