Searched refs:SYS_SPSR (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dadjust_pc.h36 vcpu_gp_regs(vcpu)->pstate = read_sysreg_el2(SYS_SPSR);
40 write_sysreg_el2(vcpu_gp_regs(vcpu)->pstate, SYS_SPSR);
H A Dsysreg-sr.h90 ctxt_sys_reg(ctxt, SPSR_EL1) = read_sysreg_el1(SYS_SPSR);
101 ctxt->regs.pstate = read_sysreg_el2(SYS_SPSR);
184 write_sysreg_el1(ctxt_sys_reg(ctxt, SPSR_EL1), SYS_SPSR); local
224 write_sysreg_el2(pstate, SYS_SPSR);
H A Dswitch.h310 write_sysreg_el2(*vcpu_cpsr(vcpu), SYS_SPSR); local
625 write_sysreg_el2(*vcpu_cpsr(vcpu), SYS_SPSR); local
627 vcpu->arch.ctxt.regs.pstate = read_sysreg_el2(SYS_SPSR);
/linux-master/arch/arm64/kvm/hyp/
H A Dvgic-v2-cpuif-proxy.c21 return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT);
H A Dexception.c52 write_sysreg_el1(val, SYS_SPSR);
/linux-master/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c231 spsr = read_sysreg_el1(SYS_SPSR);
259 write_sysreg_el2(spsr, SYS_SPSR);
407 u64 spsr = read_sysreg_el2(SYS_SPSR);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c40 *vcpu_cpsr(vcpu) = read_sysreg_el2(SYS_SPSR);
49 write_sysreg_el2(*vcpu_cpsr(vcpu), SYS_SPSR); local
H A Dswitch.c360 u64 spsr = read_sysreg_el2(SYS_SPSR);

Completed in 180 milliseconds