Searched refs:arch_debug_get_interrupt_pc (Results 1 - 11 of 11) sorted by path

/haiku/src/add-ons/kernel/debugger/disasm/
H A Ddisasm.cpp43 pc = (addr_t)arch_debug_get_interrupt_pc(NULL);
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.h96 fPreviousPC = arch_debug_get_interrupt_pc(NULL);
/haiku/headers/private/kernel/arch/
H A Ddebug.h42 void* arch_debug_get_interrupt_pc(bool* _isSyscall);
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp480 arch_debug_get_interrupt_pc(bool* _isSyscall) function
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp461 arch_debug_get_interrupt_pc(bool* _isSyscall) function
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp342 arch_debug_get_interrupt_pc(bool* _isSyscall) function
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp293 arch_debug_get_interrupt_pc(bool* _isSyscall) function
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp427 arch_debug_get_interrupt_pc(bool* _isSyscall) function
/haiku/src/system/kernel/arch/sparc/
H A Darch_debug.cpp88 arch_debug_get_interrupt_pc(bool* _isSyscall) function
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp1193 arch_debug_get_interrupt_pc(bool* _isSyscall) function
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp801 void* pc = arch_debug_get_interrupt_pc(&isSyscall);
1340 if (!IS_KERNEL_ADDRESS(arch_debug_get_interrupt_pc(NULL))) {
1377 *returnAddresses = (addr_t)arch_debug_get_interrupt_pc(NULL);

Completed in 74 milliseconds