Searched refs:write_sysreg_el2 (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/arm64/kvm/hyp/include/hyp/ |
D | adjust_pc.h | 40 write_sysreg_el2(vcpu_gp_regs(vcpu)->pstate, SYS_SPSR); in __kvm_skip_instr() 41 write_sysreg_el2(*vcpu_pc(vcpu), SYS_ELR); in __kvm_skip_instr() 50 write_sysreg_el2(read_sysreg_el2(SYS_ELR) + 4, SYS_ELR); in kvm_skip_host_instr()
|
D | sysreg-sr.h | 178 write_sysreg_el2(ctxt->regs.pc, SYS_ELR); in __sysreg_restore_el2_return_state() 179 write_sysreg_el2(pstate, SYS_SPSR); in __sysreg_restore_el2_return_state()
|
D | switch.h | 428 write_sysreg_el2(*vcpu_cpsr(vcpu), SYS_SPSR); in synchronize_vcpu_pstate() 468 write_sysreg_el2(read_sysreg_el2(SYS_ELR) - 4, SYS_ELR); in fixup_guest_exit()
|
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/ |
D | sys_regs.c | 47 write_sysreg_el2(*vcpu_pc(vcpu), SYS_ELR); in inject_undef64() 48 write_sysreg_el2(*vcpu_cpsr(vcpu), SYS_SPSR); in inject_undef64()
|
D | hyp-main.c | 77 write_sysreg_el2(tmp, SYS_SCTLR); in handle___kvm_enable_ssbs()
|
D | psci-relay.c | 216 write_sysreg_el2(boot_args->pc, SYS_ELR); in kvm_host_psci_cpu_entry()
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | kvm_hyp.h | 49 #define write_sysreg_el2(v,r) write_sysreg_elx(v, r, _EL2, _EL1) macro
|