Searched refs:HCR_API_BIT (Results 1 – 4 of 4) sorted by relevance
30 write_hcr_el2(hcr_el2 | HCR_API_BIT | HCR_APK_BIT); in cm_prepare_el2_exit()
77 orr x0, x0, #(HCR_API_BIT | HCR_APK_BIT)
665 #define HCR_API_BIT (ULL(1) << 41) macro
709 hcr_el2 |= (HCR_API_BIT | HCR_APK_BIT); in enable_pauth_el2()