exception_type     29 arch/arm64/kvm/inject_fault.c static u64 get_except_vector(struct kvm_vcpu *vcpu, enum exception_type type)
exception_type   6751 arch/x86/kvm/x86.c 					     exception_type(ctxt->exception.vector) == EXCPT_TRAP);
exception_type   6834 arch/x86/kvm/x86.c 		    exception_type(ctxt->exception.vector) == EXCPT_TRAP) {
exception_type   7623 arch/x86/kvm/x86.c 		if (exception_type(vcpu->arch.exception.nr) == EXCPT_FAULT)
exception_type    587 drivers/gpu/drm/panfrost/panfrost_mmu.c 		u32 exception_type;
exception_type    599 drivers/gpu/drm/panfrost/panfrost_mmu.c 		exception_type = fault_status & 0xFF;
exception_type    605 drivers/gpu/drm/panfrost/panfrost_mmu.c 		if ((status & mask) == BIT(i) && (exception_type & 0xF8) == 0xC0)
exception_type    622 drivers/gpu/drm/panfrost/panfrost_mmu.c 				exception_type, panfrost_exception_name(pfdev, exception_type),