Home
last modified time | relevance | path

Searched refs:except_type_sync (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/arm64/kvm/hyp/
Dexception.c339 enter_exception64(vcpu, PSR_MODE_EL1h, except_type_sync); in kvm_inject_exception()
343 enter_exception64(vcpu, PSR_MODE_EL2h, except_type_sync); in kvm_inject_exception()
/linux-6.12.1/arch/arm64/include/asm/
Dkvm_emulate.h32 except_type_sync = 0, enumerator
39 { except_type_sync, "SYNC" }, \
/linux-6.12.1/arch/arm64/kvm/
Demulate-nested.c2404 case except_type_sync: in kvm_inject_el2_exception()
2483 return kvm_inject_nested(vcpu, esr_el2, except_type_sync); in kvm_inject_nested_sync()