Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c695 u32 exception_type; in panfrost_mmu_irq_handler_thread() local
704 exception_type = fault_status & 0xFF; in panfrost_mmu_irq_handler_thread()
712 if ((status & mask) == BIT(as) && (exception_type & 0xF8) == 0xC0) in panfrost_mmu_irq_handler_thread()
729 exception_type, panfrost_exception_name(exception_type), in panfrost_mmu_irq_handler_thread()
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dconversion.hpp58 concept exception_type = std::derived_from<std::decay_t<T>, std::exception>;
78 pointer_type<T> || sdbusplus_enum<T> || exception_type<T> ||
250 template <log_flags... Fs, exception_type V>
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c92 enum exception_type type) in enter_exception64()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_emulate.h29 enum exception_type { enum
/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c1952 enum exception_type type) in kvm_inject_el2_exception()
1974 enum exception_type type) in kvm_inject_nested()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c547 static int exception_type(int vector) in exception_type() function
8938 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction()
9053 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction()
10175 if (exception_type(vcpu->arch.exception.vector) == EXCPT_FAULT) in kvm_check_and_inject_events()