Searched refs:hcr_el2 (Results 1 – 6 of 6) sorted by relevance
15 uint64_t hcr_el2 = 0U; in cm_prepare_el2_exit() local29 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()
583 uint64_t hcr_el2 = 0U; in cm_prepare_el3_exit() local616 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()
124 mrs x13, hcr_el2195 msr hcr_el2, x13
272 u_register_t hcr_el2 = read_hcr(); in sdei_set_elr_spsr() local274 (hcr_el2 & HCR_TGE_BIT) && in sdei_set_elr_spsr()275 (hcr_el2 & HCR_E2H_BIT); in sdei_set_elr_spsr()
79 msr hcr_el2, x0
376 DEFINE_SYSREG_RW_FUNCS(hcr_el2) in DEFINE_SYSREG_READ_FUNC()
Completed in 9 milliseconds