Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panfrost/
A Dpanfrost_mmu.c668 u32 exception_type; in panfrost_mmu_irq_handler_thread() local
677 exception_type = fault_status & 0xFF; in panfrost_mmu_irq_handler_thread()
685 if ((status & mask) == BIT(as) && (exception_type & 0xF8) == 0xC0) in panfrost_mmu_irq_handler_thread()
702 exception_type, panfrost_exception_name(exception_type), in panfrost_mmu_irq_handler_thread()
/linux/arch/arm64/kvm/hyp/
A Dexception.c78 enum exception_type type) in enter_exception64()
/linux/arch/arm64/include/asm/
A Dkvm_emulate.h29 enum exception_type { enum
/linux/arch/x86/kvm/
A Dx86.c527 static int exception_type(int vector) in exception_type() function
8116 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()
8210 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()
9126 if (exception_type(vcpu->arch.exception.nr) == EXCPT_FAULT) in inject_pending_event()

Completed in 26 milliseconds