Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/mmu/backend/
H A Dmali_kbase_mmu_csf.c106 u32 exception_type = fault->status & 0xFF; in kbase_mmu_report_mcu_as_fault_and_reset() local
143 int exception_type = (status & GPU_FAULTSTATUS_EXCEPTION_TYPE_MASK) >> in kbase_gpu_report_bus_fault_and_kill() local
205 unsigned int exception_type; in kbase_mmu_report_fault_and_kill() local
H A Dmali_kbase_mmu_jm.c62 u32 const exception_type = (status & 0xFF); in kbase_gpu_report_bus_fault_and_kill() local
110 u32 exception_type; in kbase_mmu_report_fault_and_kill() local
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_emulate.h29 enum exception_type { enum
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c634 u32 exception_type; in panfrost_mmu_irq_handler_thread() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mmu.c1737 int exception_type; in kbase_mmu_report_fault_and_kill() local
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c464 static int exception_type(int vector) in exception_type() function