Searched defs:jumpBuffer (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/arch/sparc/
H A Darch_debug.cpp34 arch_debug_call_with_fault_handler(cpu_ent* cpu, jmp_buf jumpBuffer, argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp357 arch_debug_call_with_fault_handler(cpu_ent* cpu, jmp_buf jumpBuffer, argument
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp377 arch_debug_call_with_fault_handler(cpu_ent* cpu, jmp_buf jumpBuffer, argument
/haiku/src/system/kernel/debug/
H A Ddebug.cpp866 jmp_buf* jumpBuffer = (jmp_buf*)debug_malloc(sizeof(jmp_buf)); local
1908 debug_call_with_fault_handler(jmp_buf jumpBuffer, void (*function)(void*), argument

Completed in 113 milliseconds