Lines Matching refs:read_sysreg
52 vcpu->arch.ctxt.sys_regs[FPEXC32_EL2] = read_sysreg(fpexc32_el2); in __fpsimd_save_fpexc32()
98 val = read_sysreg(cpacr_el1); in activate_traps_vhe()
152 u64 mdcr_el2 = read_sysreg(mdcr_el2); in __deactivate_traps_nvhe()
173 vcpu->arch.hcr_el2 = read_sysreg(hcr_el2); in __deactivate_traps()
188 u64 mdcr_el2 = read_sysreg(mdcr_el2); in deactivate_traps_vhe_put()
255 par = read_sysreg(par_el1); in __translate_far_to_hpfar()
259 tmp = read_sysreg(par_el1); in __translate_far_to_hpfar()
300 hpfar = read_sysreg(hpfar_el2); in __populate_fault_info()
340 write_sysreg(read_sysreg(cpacr_el1) | CPACR_EL1_FPEN, in __hyp_switch_fpsimd()
343 write_sysreg(read_sysreg(cptr_el2) & ~(u64)CPTR_EL2_TFP, in __hyp_switch_fpsimd()
370 if (!(read_sysreg(hcr_el2) & HCR_RW)) in __hyp_switch_fpsimd()
605 if (read_sysreg(vttbr_el2)) { in __hyp_call_panic_nvhe()
621 read_sysreg(esr_el2), read_sysreg_el2(far), in __hyp_call_panic_nvhe()
622 read_sysreg(hpfar_el2), par, vcpu); in __hyp_call_panic_nvhe()
637 read_sysreg(hpfar_el2), par, vcpu); in __hyp_call_panic_vhe()
644 u64 par = read_sysreg(par_el1); in hyp_panic()