Searched refs:except_type_sync (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm64/kvm/hyp/ |
| H A D | exception.c | 333 enter_exception64(vcpu, PSR_MODE_EL1h, except_type_sync); in kvm_inject_exception() 341 enter_exception64(vcpu, PSR_MODE_EL2h, except_type_sync); in kvm_inject_exception()
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_emulate.h | 32 except_type_sync = 0, enumerator 39 { except_type_sync, "SYNC" }, \
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | hyp-main.c | 845 u64 sctlr, spsr_el1, spsr_el2, exc_offset = except_type_sync; in inject_host_exception()
|
| /linux/arch/arm64/kvm/ |
| H A D | emulate-nested.c | 2836 case except_type_sync: in kvm_inject_el2_exception() 2926 return kvm_inject_nested(vcpu, esr_el2, except_type_sync); in kvm_inject_nested_sync()
|