Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/
H A Dexception.c86 enum exception_type type) in enter_exception64()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1657 u32 exception_type; in panthor_mmu_irq_handler() local
1665 exception_type = fault_status & 0xFF; in panthor_mmu_irq_handler()
1686 exception_type, panthor_exception_name(ptdev, exception_type), in panthor_mmu_irq_handler()
/linux/arch/arm64/include/asm/
H A Dkvm_emulate.h31 enum exception_type { enum
/linux/arch/arm64/kvm/
H A Demulate-nested.c2717 enum exception_type type) in kvm_inject_el2_exception()
2742 enum exception_type type) in kvm_inject_nested()
/linux/arch/x86/kvm/
H A Dx86.c729 static int exception_type(int vector) in exception_type() function
9076 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()
9200 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()
10299 if (exception_type(vcpu->arch.exception.vector) == EXCPT_FAULT) in kvm_check_and_inject_events()