Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c888 u32 exception_type; in panfrost_mmu_irq_handler_thread() local
897 exception_type = fault_status & 0xFF; in panfrost_mmu_irq_handler_thread()
905 if ((status & mask) == BIT(as) && (exception_type & 0xF8) == 0xC0) in panfrost_mmu_irq_handler_thread()
922 exception_type, panfrost_exception_name(exception_type), in panfrost_mmu_irq_handler_thread()
/linux/arch/arm64/kvm/hyp/
H A Dexception.c86 enum exception_type type) in enter_exception64()
/linux/arch/arm64/include/asm/
H A Dkvm_emulate.h31 enum exception_type { enum
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1730 u32 exception_type; in panthor_mmu_irq_handler() local
1738 exception_type = fault_status & 0xFF; in panthor_mmu_irq_handler()
1757 exception_type, panthor_exception_name(ptdev, exception_type), in panthor_mmu_irq_handler()
/linux/drivers/accel/amdxdna/
H A Daie2_ctx.c208 XDNA_ERR(xdna, "\tFatal error exception type: 0x%x", report->fatal_info.exception_type); in aie2_set_cmd_timeout()
224 aie2_health->fatal_error_exception_type = report->fatal_info.exception_type; in aie2_set_cmd_timeout()
H A Daie2_pci.c888 tmp->fatal_error_exception_type = report.fatal_info.exception_type; in aie2_hwctx_status_cb()
/linux/include/hyperv/
H A Dhvgdk_mini.h1242 u32 exception_type; member
/linux/arch/x86/kvm/
H A Dx86.c749 static int exception_type(int vector) in exception_type() function
9515 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()
9650 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()
10787 if (exception_type(vcpu->arch.exception.vector) == EXCPT_FAULT) in kvm_check_and_inject_events()