Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c690 u32 exception_type; in panfrost_mmu_irq_handler_thread() local
699 exception_type = fault_status & 0xFF; in panfrost_mmu_irq_handler_thread()
707 if ((status & mask) == BIT(as) && (exception_type & 0xF8) == 0xC0) in panfrost_mmu_irq_handler_thread()
724 exception_type, panfrost_exception_name(exception_type), in panfrost_mmu_irq_handler_thread()
/linux-6.6.21/arch/arm64/kvm/hyp/
Dexception.c92 enum exception_type type) in enter_exception64()
/linux-6.6.21/arch/arm64/include/asm/
Dkvm_emulate.h29 enum exception_type { enum
/linux-6.6.21/arch/arm64/kvm/
Demulate-nested.c1952 enum exception_type type) in kvm_inject_el2_exception()
1974 enum exception_type type) in kvm_inject_nested()
/linux-6.6.21/arch/x86/kvm/
Dx86.c547 static int exception_type(int vector) in exception_type() function
8923 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()
9038 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()
10160 if (exception_type(vcpu->arch.exception.vector) == EXCPT_FAULT) in kvm_check_and_inject_events()