Home
last modified time | relevance | path

Searched refs:kernel_handle_exception (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/arch/ppc/
H A Darch_int.h20 void *kernel_handle_exception; // exception handler routine in the member
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_int.h23 void *kernel_handle_exception; // exception handler routine in the member
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp317 context->kernel_handle_exception = (void*)&ppc_exception_tail; in arch_int_init_post_vm()