Searched refs:exception_type (Results 1 – 2 of 2) sorted by relevance
829 u32 exception_type; in panfrost_mmu_irq_handler_thread() local838 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()
1657 u32 exception_type; in panthor_mmu_irq_handler() local1665 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