Searched refs:ESR_EL2 (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/arm64/kvm/hyp/vhe/ |
| H A D | sysreg-sr.c | 24 __vcpu_assign_sys_reg(vcpu, ESR_EL2, read_sysreg_el1(SYS_ESR)); in __sysreg_save_vel2_state() 138 write_sysreg_el1(__vcpu_sys_reg(vcpu, ESR_EL2), SYS_ESR); in __sysreg_restore_vel2_state()
|
| /linux/arch/arm64/kvm/ |
| H A D | inject_fault.c | 47 return ESR_EL2; in exception_esr_elx()
|
| H A D | sys_regs.c | 196 MAPPED_EL2_SYSREG(ESR_EL2, ESR_EL1, NULL ); in locate_register() 3691 EL2_REG_REDIR(ESR_EL2, reset_val, 0),
|
| H A D | emulate-nested.c | 2746 vcpu_write_sys_reg(vcpu, esr_el2, ESR_EL2); in kvm_inject_el2_exception()
|
| /linux/tools/testing/selftests/kvm/include/arm64/ |
| H A D | processor.h | 349 MAPPED_EL2_SYSREG(ESR_EL2, ESR_EL1); in ctxt_reg_alias()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | get-reg-list.c | 753 SYS_REG(ESR_EL2),
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_host.h | 509 ESR_EL2, /* Exception Syndrome Register (EL2) */ enumerator
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 7111 the ESR_EL2 in the esr_iss field, and the faulting IPA in the fault_ipa field. 7131 exposing the relevant ESR_EL2 information and faulting IPA, similarly to 7366 ``esr`` is set to a sanitized value of ESR_EL2 from the exception taken to KVM, 7369 - ``ESR_EL2.EC`` 7370 - ``ESR_EL2.IL`` 7371 - ``ESR_EL2.FnV`` 7372 - ``ESR_EL2.EA`` 7373 - ``ESR_EL2.CM`` 7374 - ``ESR_EL2.WNR`` 7375 - ``ESR_EL2.FSC`` [all …]
|