Searched refs:exception_type (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/mmu/backend/ |
| H A D | mali_kbase_mmu_csf.c | 106 u32 exception_type = fault->status & 0xFF; in kbase_mmu_report_mcu_as_fault_and_reset() local 120 exception_type, kbase_gpu_exception_name(exception_type), in kbase_mmu_report_mcu_as_fault_and_reset() 143 int exception_type = (status & GPU_FAULTSTATUS_EXCEPTION_TYPE_MASK) >> in kbase_gpu_report_bus_fault_and_kill() local 167 exception_type, kbase_gpu_exception_name(exception_type), in kbase_gpu_report_bus_fault_and_kill() 205 unsigned int exception_type; in kbase_mmu_report_fault_and_kill() local 220 exception_type = AS_FAULTSTATUS_EXCEPTION_TYPE_GET(status); in kbase_mmu_report_fault_and_kill() 236 exception_type, kbase_gpu_exception_name(exception_type), in kbase_mmu_report_fault_and_kill()
|
| H A D | mali_kbase_mmu_jm.c | 62 u32 const exception_type = (status & 0xFF); in kbase_gpu_report_bus_fault_and_kill() local 77 exception_type, kbase_gpu_exception_name(exception_type), in kbase_gpu_report_bus_fault_and_kill() 110 u32 exception_type; in kbase_mmu_report_fault_and_kill() local 126 exception_type = fault->status & 0xFF; in kbase_mmu_report_fault_and_kill() 142 exception_type, kbase_gpu_exception_name(exception_type), in kbase_mmu_report_fault_and_kill()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_mmu.c | 634 u32 exception_type; in panfrost_mmu_irq_handler_thread() local 646 exception_type = fault_status & 0xFF; in panfrost_mmu_irq_handler_thread() 654 if ((status & mask) == BIT(i) && (exception_type & 0xF8) == 0xC0) in panfrost_mmu_irq_handler_thread() 671 exception_type, panfrost_exception_name(pfdev, exception_type), in panfrost_mmu_irq_handler_thread()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/ |
| H A D | exception.c | 81 enum exception_type type) in enter_exception64()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mmu.c | 1737 int exception_type; in kbase_mmu_report_fault_and_kill() local 1756 exception_type = as->fault_status & 0xFF; in kbase_mmu_report_fault_and_kill() 1774 exception_type, kbase_exception_name(kbdev, exception_type), in kbase_mmu_report_fault_and_kill()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | kvm_emulate.h | 29 enum exception_type { enum
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 464 static int exception_type(int vector) in exception_type() function 7544 exception_type(ctxt->exception.vector) == EXCPT_TRAP); in x86_emulate_instruction() 7644 exception_type(ctxt->exception.vector) == EXCPT_TRAP) { in x86_emulate_instruction() 8502 if (exception_type(vcpu->arch.exception.nr) == EXCPT_FAULT) in inject_pending_event()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 35187 -catch-throw -r exception_type 35191 regexp="exception_type",times="0"} 35229 -catch-rethrow -r exception_type 35233 regexp="exception_type",times="0"} 35271 -catch-catch -r exception_type 35275 regexp="exception_type",times="0"}
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 35187 -catch-throw -r exception_type 35191 regexp="exception_type",times="0"} 35229 -catch-rethrow -r exception_type 35233 regexp="exception_type",times="0"} 35271 -catch-catch -r exception_type 35275 regexp="exception_type",times="0"}
|