Searched refs:arch_debug_call_with_fault_handler (Results 1 - 10 of 10) 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, function
/haiku/headers/private/kernel/arch/
H A Ddebug.h47 void arch_debug_call_with_fault_handler(cpu_ent* cpu, jmp_buf jumpBuffer,
/haiku/src/system/kernel/arch/x86/64/
H A Darch.S67 /*! \fn void arch_debug_call_with_fault_handler(cpu_ent* cpu,
72 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
77 arch_debug_call_with_fault_handler() doesn't need to care about it.
84 FUNCTION(arch_debug_call_with_fault_handler):
113 FUNCTION_END(arch_debug_call_with_fault_handler)
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S298 /*! \fn void arch_debug_call_with_fault_handler(cpu_ent* cpu,
303 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
308 arch_debug_call_with_fault_handler() doesn't need to care about it.
315 FUNCTION(arch_debug_call_with_fault_handler):
344 FUNCTION_END(arch_debug_call_with_fault_handler)
/haiku/src/system/kernel/arch/arm/
H A Darch_asm.S206 /*! \fn void arch_debug_call_with_fault_handler(cpu_ent* cpu,
211 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
216 arch_debug_call_with_fault_handler() doesn't need to care about it.
223 FUNCTION(arch_debug_call_with_fault_handler):
245 FUNCTION_END(arch_debug_call_with_fault_handler)
/haiku/src/system/kernel/arch/ppc/
H A Darch_asm.S361 /*! \fn void arch_debug_call_with_fault_handler(cpu_ent* cpu,
366 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
371 arch_debug_call_with_fault_handler() doesn't need to care about it.
378 FUNCTION(arch_debug_call_with_fault_handler):
415 FUNCTION_END(arch_debug_call_with_fault_handler)
/haiku/src/system/kernel/arch/arm64/
H A Darch_asm.S293 /*! \fn void arch_debug_call_with_fault_handler(cpu_ent* cpu,
298 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
303 arch_debug_call_with_fault_handler() doesn't need to care about it.
310 FUNCTION(arch_debug_call_with_fault_handler):
322 FUNCTION_END(arch_debug_call_with_fault_handler)
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp357 arch_debug_call_with_fault_handler(cpu_ent* cpu, jmp_buf jumpBuffer, function
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp377 arch_debug_call_with_fault_handler(cpu_ent* cpu, jmp_buf jumpBuffer, function
/haiku/src/system/kernel/debug/
H A Ddebug.cpp1918 arch_debug_call_with_fault_handler(cpu, jumpBuffer, function,

Completed in 94 milliseconds