Searched refs:pgm_cleanup_func (Results 1 – 2 of 2) sorted by relevance
90 THIS_CPU->pgm_cleanup_func = f; in register_pgm_cleanup_func()316 if (THIS_CPU->pgm_cleanup_func) in handle_pgm_int()317 THIS_CPU->pgm_cleanup_func(stack); in handle_pgm_int()
77 void (*pgm_cleanup_func)(struct stack_frame_int *); member