Searched refs:exception_type (Results 1 – 4 of 4) sorted by relevance
22 enum exception_type { enum47 enum exception_type type) in enter_exception64()
641 u32 exception_type; in panfrost_mmu_irq_handler_thread() local653 exception_type = fault_status & 0xFF; in panfrost_mmu_irq_handler_thread()661 if ((status & mask) == BIT(i) && (exception_type & 0xF8) == 0xC0) in panfrost_mmu_irq_handler_thread()678 exception_type, panfrost_exception_name(pfdev, exception_type), in panfrost_mmu_irq_handler_thread()
466 static int exception_type(int vector) in exception_type() function7558 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()7658 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()8516 if (exception_type(vcpu->arch.exception.nr) == EXCPT_FAULT) in inject_pending_event()
9981 u32 exception_type;9996 exception_type = fault_status & 0xFF;10001 - if ((status & mask) == BIT(i) && (exception_type & 0xF8) == 0xC0)10003 + if ((status & mask) == BIT(as) && (exception_type & 0xF8) == 0xC0)