Searched refs:write_sysreg_el2 (Results 1 – 7 of 7) sorted by relevance
/linux/arch/arm64/kvm/hyp/include/hyp/ |
A 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()
|
A 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()
|
A D | switch.h | 461 write_sysreg_el2(read_sysreg_el2(SYS_ELR) - 4, SYS_ELR); in fixup_guest_exit()
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
A D | sys_regs.c | 48 write_sysreg_el2(*vcpu_pc(vcpu), SYS_ELR); in inject_undef64() 49 write_sysreg_el2(*vcpu_cpsr(vcpu), SYS_SPSR); in inject_undef64()
|
A D | hyp-main.c | 77 write_sysreg_el2(tmp, SYS_SCTLR); in handle___kvm_enable_ssbs()
|
A D | psci-relay.c | 216 write_sysreg_el2(boot_args->pc, SYS_ELR); in kvm_host_psci_cpu_entry()
|
/linux/arch/arm64/include/asm/ |
A D | kvm_hyp.h | 49 #define write_sysreg_el2(v,r) write_sysreg_elx(v, r, _EL2, _EL1) macro
|
Completed in 8 milliseconds