Searched refs:ELR_EL2 (Results 1 – 8 of 8) sorted by relevance
/linux/arch/arm64/kvm/ |
H A D | pauth.c | 163 *elr = ptr = vcpu_read_sys_reg(vcpu, ELR_EL2); in kvm_auth_eretax()
|
H A D | sys_regs.c | 130 MAPPED_EL2_SYSREG(ELR_EL2, ELR_EL1, NULL ); in get_el2_to_el1_mapping() 2837 EL2_REG_REDIR(ELR_EL2, reset_val, 0),
|
H A D | emulate-nested.c | 2387 elr = __vcpu_sys_reg(vcpu, ELR_EL2); in kvm_emulate_nested_eret()
|
/linux/arch/arm64/kvm/hyp/ |
H A D | exception.c | 117 __vcpu_write_sys_reg(vcpu, *vcpu_pc(vcpu), ELR_EL2); in enter_exception64()
|
/linux/arch/arm64/kernel/ |
H A D | asm-offsets.c | 131 DEFINE(CPU_ELR_EL2, offsetof(struct kvm_cpu_context, sys_regs[ELR_EL2])); in main()
|
/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A D | switch.h | 742 this_cpu_ptr(&kvm_hyp_ctxt)->sys_regs[ELR_EL2] = elr_el2; in __kvm_unexpected_el2_exception()
|
/linux/arch/arm64/include/asm/ |
H A D | kvm_host.h | 479 ELR_EL2, /* EL2 exception link register */ enumerator
|
/linux/arch/arm64/ |
H A D | Kconfig | 818 EL1 to cause a return to EL2 with a guest controlled ELR_EL2.
|