Home
last modified time | relevance | path

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

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