Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kvm/
Dinject_fault.c25 enum exception_type { enum
32 static u64 get_except_vector(struct kvm_vcpu *vcpu, enum exception_type type) in get_except_vector()
/Linux-v5.4/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c573 u32 exception_type; in panfrost_mmu_irq_handler_thread() local
585 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()
/Linux-v5.4/arch/x86/kvm/
Dx86.c394 static int exception_type(int vector) in exception_type() function
6678 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()