Searched refs:exception_type (Results 1 – 3 of 3) sorted by relevance
25 enum exception_type { enum32 static u64 get_except_vector(struct kvm_vcpu *vcpu, enum exception_type type) in get_except_vector()
573 u32 exception_type; in panfrost_mmu_irq_handler_thread() local585 exception_type = fault_status & 0xFF; in panfrost_mmu_irq_handler_thread()591 WARN_ON(exception_type < 0xC1 || exception_type > 0xC4); in panfrost_mmu_irq_handler_thread()614 exception_type, panfrost_exception_name(pfdev, exception_type), in panfrost_mmu_irq_handler_thread()
394 static int exception_type(int vector) in exception_type() function6678 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()6761 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()7550 if (exception_type(vcpu->arch.exception.nr) == EXCPT_FAULT) in inject_pending_event()