Home
last modified time | relevance | path

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

/drivers/gpu/drm/panfrost/
A Dpanfrost_mmu.c829 u32 exception_type; in panfrost_mmu_irq_handler_thread() local
838 exception_type = fault_status & 0xFF; in panfrost_mmu_irq_handler_thread()
846 if ((status & mask) == BIT(as) && (exception_type & 0xF8) == 0xC0) in panfrost_mmu_irq_handler_thread()
863 exception_type, panfrost_exception_name(exception_type), in panfrost_mmu_irq_handler_thread()
/drivers/gpu/drm/panthor/
A Dpanthor_mmu.c1657 u32 exception_type; in panthor_mmu_irq_handler() local
1665 exception_type = fault_status & 0xFF; in panthor_mmu_irq_handler()
1686 exception_type, panthor_exception_name(ptdev, exception_type), in panthor_mmu_irq_handler()

Completed in 10 milliseconds