Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kvm/
Dinject_fault.c22 enum exception_type { enum
47 enum exception_type type) in enter_exception64()
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c641 u32 exception_type; in panfrost_mmu_irq_handler_thread() local
653 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()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c466 static int exception_type(int vector) in exception_type() function
7558 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()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch9981 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)