Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kvm/
Dinject_fault.c22 enum exception_type { enum
47 enum exception_type type) in enter_exception64()
/Linux-v5.10/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c586 u32 exception_type; in panfrost_mmu_irq_handler_thread() local
598 exception_type = fault_status & 0xFF; in panfrost_mmu_irq_handler_thread()
604 if ((status & mask) == BIT(i) && (exception_type & 0xF8) == 0xC0) in panfrost_mmu_irq_handler_thread()
621 exception_type, panfrost_exception_name(pfdev, exception_type), in panfrost_mmu_irq_handler_thread()
/Linux-v5.10/arch/x86/kvm/
Dx86.c447 static int exception_type(int vector) in exception_type() function
7339 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()
7433 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()
8255 if (exception_type(vcpu->arch.exception.nr) == EXCPT_FAULT) in inject_pending_event()