Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panfrost/
A 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/arch/arm64/kvm/hyp/
A Dexception.c92 enum exception_type type) in enter_exception64()
/linux/drivers/gpu/drm/panthor/
A 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/arch/arm64/include/asm/
A Dkvm_emulate.h31 enum exception_type { enum
/linux/arch/arm64/kvm/
A Demulate-nested.c2399 enum exception_type type) in kvm_inject_el2_exception()
2421 enum exception_type type) in kvm_inject_nested()
/linux/arch/x86/kvm/
A Dx86.c743 static int exception_type(int vector) in exception_type() function
9139 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()
9263 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()
10363 if (exception_type(vcpu->arch.exception.vector) == EXCPT_FAULT) in kvm_check_and_inject_events()

Completed in 44 milliseconds