Searched refs:arch_debug_call_with_fault_handler (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_debug.cpp119 arch_debug_call_with_fault_handler(cpu_ent* cpu, jmp_buf jumpBuffer, function
122 #warning IMPLEMENT arch_debug_call_with_fault_handler
/haiku-fatelf/headers/private/kernel/arch/
H A Ddebug.h46 void arch_debug_call_with_fault_handler(cpu_ent* cpu, jmp_buf jumpBuffer,
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_asm.S207 /*! \fn void arch_debug_call_with_fault_handler(cpu_ent* cpu,
212 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
217 arch_debug_call_with_fault_handler() doesn't need to care about it.
224 FUNCTION(arch_debug_call_with_fault_handler):
247 FUNCTION_END(arch_debug_call_with_fault_handler)
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Darch.S295 /*! \fn void arch_debug_call_with_fault_handler(cpu_ent* cpu,
300 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
305 arch_debug_call_with_fault_handler() doesn't need to care about it.
312 FUNCTION(arch_debug_call_with_fault_handler):
341 FUNCTION_END(arch_debug_call_with_fault_handler)
/haiku-fatelf/src/system/kernel/arch/x86/64/
H A Darch.S277 /*! \fn void arch_debug_call_with_fault_handler(cpu_ent* cpu,
282 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
287 arch_debug_call_with_fault_handler() doesn't need to care about it.
294 FUNCTION(arch_debug_call_with_fault_handler):
321 FUNCTION_END(arch_debug_call_with_fault_handler)
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_debug.cpp369 arch_debug_call_with_fault_handler(cpu_ent* cpu, jmp_buf jumpBuffer, function
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_asm.S336 /*! \fn void arch_debug_call_with_fault_handler(cpu_ent* cpu,
341 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
346 arch_debug_call_with_fault_handler() doesn't need to care about it.
353 FUNCTION(arch_debug_call_with_fault_handler):
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp1888 arch_debug_call_with_fault_handler(cpu, jumpBuffer, function,

Completed in 308 milliseconds