Searched refs:default_handle_fiq (Results 1 – 1 of 1) sorted by relevance
82 static void default_handle_fiq(struct pt_regs *regs) in default_handle_fiq() function88 void (*handle_arch_fiq)(struct pt_regs *) __ro_after_init = default_handle_fiq;102 if (handle_arch_fiq != default_handle_fiq) in set_handle_fiq()
Completed in 3 milliseconds