Searched refs:arch_debug_registers (Results 1 - 18 of 18) sorted by relevance

/haiku/headers/private/kernel/arch/arm/
H A Darch_debug.h12 struct arch_debug_registers { struct
/haiku/headers/private/kernel/arch/m68k/
H A Darch_debug.h12 struct arch_debug_registers { struct
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_debug.h12 struct arch_debug_registers { struct
/haiku/headers/private/kernel/arch/arm64/
H A Darch_debug.h12 struct arch_debug_registers { struct
/haiku/headers/private/kernel/arch/ppc/
H A Darch_debug.h12 struct arch_debug_registers { struct
/haiku/headers/private/kernel/arch/x86/
H A Darch_debug.h12 struct arch_debug_registers { struct
/haiku/headers/private/kernel/arch/sparc/
H A Darch_debug.h12 struct arch_debug_registers { struct
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_debug.h15 struct arch_debug_registers { struct
/haiku/src/system/kernel/arch/sparc/
H A Darch_debug.cpp28 arch_debug_save_registers(struct arch_debug_registers* registers)
/haiku/headers/private/kernel/arch/
H A Ddebug.h45 void arch_debug_save_registers(struct arch_debug_registers* registers);
/haiku/headers/private/kernel/
H A Ddebug.h120 struct arch_debug_registers;
229 extern struct arch_debug_registers* debug_get_debug_registers(int32 cpu);
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp260 arch_debug_save_registers(struct arch_debug_registers* registers)
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp253 arch_debug_save_registers(struct arch_debug_registers* registers)
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp362 arch_debug_save_registers(struct arch_debug_registers* registers)
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp496 arch_debug_registers* registers = debug_get_debug_registers(
1047 arch_debug_save_registers(arch_debug_registers* registers)
1076 arch_debug_registers* registers = debug_get_debug_registers(
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp450 arch_debug_save_registers(struct arch_debug_registers* registers)
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp432 arch_debug_save_registers(struct arch_debug_registers* registers)
/haiku/src/system/kernel/debug/
H A Ddebug.cpp86 static arch_debug_registers sDebugRegisters[SMP_MAX_CPUS];
2222 struct arch_debug_registers*

Completed in 95 milliseconds