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

/haiku/src/system/kernel/arch/sparc/
H A Darch_debug.cpp88 arch_debug_get_interrupt_pc(bool* _isSyscall) argument
/haiku/headers/private/kernel/arch/
H A Ddebug.h42 void* arch_debug_get_interrupt_pc(bool* _isSyscall);
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp293 arch_debug_get_interrupt_pc(bool* _isSyscall) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp342 arch_debug_get_interrupt_pc(bool* _isSyscall) argument
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp427 arch_debug_get_interrupt_pc(bool* _isSyscall) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp1187 thread where the innermost interrupts happened. \a _isSyscall, if specified,
1190 \a _isSyscall won't be set in this case.
1193 arch_debug_get_interrupt_pc(bool* _isSyscall) argument
1199 if (_isSyscall != NULL)
1200 *_isSyscall = frame->type == IFRAME_TYPE_SYSCALL;
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp480 arch_debug_get_interrupt_pc(bool* _isSyscall) argument
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp461 arch_debug_get_interrupt_pc(bool* _isSyscall) argument

Completed in 89 milliseconds