Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c701 u32 exception_type; in panfrost_mmu_irq_handler_thread() local
710 exception_type = fault_status & 0xFF; in panfrost_mmu_irq_handler_thread()
718 if ((status & mask) == BIT(as) && (exception_type & 0xF8) == 0xC0) in panfrost_mmu_irq_handler_thread()
735 exception_type, panfrost_exception_name(exception_type), in panfrost_mmu_irq_handler_thread()
/linux-6.14.4/arch/arm64/kvm/hyp/
Dexception.c92 enum exception_type type) in enter_exception64()
/linux-6.14.4/drivers/gpu/drm/panthor/
Dpanthor_mmu.c1675 u32 exception_type; in panthor_mmu_irq_handler() local
1684 exception_type = fault_status & 0xFF; in panthor_mmu_irq_handler()
1705 exception_type, panthor_exception_name(ptdev, exception_type), in panthor_mmu_irq_handler()
/linux-6.14.4/arch/arm64/include/asm/
Dkvm_emulate.h31 enum exception_type { enum
/linux-6.14.4/include/hyperv/
Dhvgdk_mini.h1096 u32 exception_type; member
/linux-6.14.4/arch/arm64/kvm/
Demulate-nested.c2523 enum exception_type type) in kvm_inject_el2_exception()
2545 enum exception_type type) in kvm_inject_nested()
/linux-6.14.4/arch/x86/kvm/
Dx86.c710 static int exception_type(int vector) in exception_type() function
9151 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()
9275 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()
10361 if (exception_type(vcpu->arch.exception.vector) == EXCPT_FAULT) in kvm_check_and_inject_events()