Symbol: exception_type
arch/arm64/kvm/emulate-nested.c
2831
enum exception_type type)
arch/arm64/kvm/emulate-nested.c
2857
enum exception_type type)
arch/arm64/kvm/hyp/exception.c
86
enum exception_type type)
arch/x86/kvm/x86.c
10727
if (exception_type(vcpu->arch.exception.vector) == EXCPT_FAULT)
arch/x86/kvm/x86.c
9483
exception_type(ctxt->exception.vector) == EXCPT_TRAP);
arch/x86/kvm/x86.c
9616
exception_type(ctxt->exception.vector) == EXCPT_TRAP) {
drivers/accel/amdxdna/aie2_ctx.c
259
XDNA_ERR(xdna, "\tFatal error exception type: 0x%x", report->fatal_info.exception_type);
drivers/accel/amdxdna/aie2_ctx.c
275
aie2_health->fatal_error_exception_type = report->fatal_info.exception_type;
drivers/accel/amdxdna/aie2_msg_priv.h
461
__u32 exception_type; /* Only valid if fatal_type is a specific value */
drivers/accel/amdxdna/aie2_pci.c
844
tmp->fatal_error_exception_type = report.fatal_info.exception_type;
drivers/gpu/drm/panfrost/panfrost_mmu.c
888
u32 exception_type;
drivers/gpu/drm/panfrost/panfrost_mmu.c
897
exception_type = fault_status & 0xFF;
drivers/gpu/drm/panfrost/panfrost_mmu.c
905
if ((status & mask) == BIT(as) && (exception_type & 0xF8) == 0xC0)
drivers/gpu/drm/panfrost/panfrost_mmu.c
922
exception_type, panfrost_exception_name(exception_type),
drivers/gpu/drm/panthor/panthor_mmu.c
1798
u32 exception_type;
drivers/gpu/drm/panthor/panthor_mmu.c
1806
exception_type = fault_status & 0xFF;
drivers/gpu/drm/panthor/panthor_mmu.c
1825
exception_type, panthor_exception_name(ptdev, exception_type),
include/hyperv/hvgdk_mini.h
1242
u32 exception_type;