Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/
Dexception.c65 enum exception_type type) in get_except64_offset()
150 enum exception_type type) in enter_exception64()
/arch/arm64/include/asm/
Dkvm_emulate.h29 enum exception_type { enum
46 enum exception_type type);
/arch/x86/kvm/
Dx86.c534 static int exception_type(int vector) in exception_type() function
8141 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()
8249 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()
9151 if (exception_type(vcpu->arch.exception.nr) == EXCPT_FAULT) in inject_pending_event()