Searched refs:ext_cleanup_func (Results 1 – 2 of 2) sorted by relevance
105 THIS_CPU->ext_cleanup_func = f; in register_ext_cleanup_func()342 if (THIS_CPU->ext_cleanup_func) in handle_ext_int()343 THIS_CPU->ext_cleanup_func(stack); in handle_ext_int()
78 void (*ext_cleanup_func)(struct stack_frame_int *); member