Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/s390x/
H A Dinterrupt.c90 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()
/kvm-unit-tests/lib/s390x/asm/
H A Darch_def.h77 void (*pgm_cleanup_func)(struct stack_frame_int *); member