Home
last modified time | relevance | path

Searched refs:x86_64_debug_cpu_state (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/os/arch/x86_64/
H A Darch_debugger.h12 struct x86_64_debug_cpu_state { struct
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp24 CpuStateX8664::CpuStateX8664(const x86_64_debug_cpu_state& state) in CpuStateX8664()
153 if (size != sizeof(x86_64_debug_cpu_state)) in UpdateDebugState()
156 x86_64_debug_cpu_state* x64State = (x86_64_debug_cpu_state*)state; in UpdateDebugState()
H A DCpuStateX8664.h110 CpuStateX8664(const x86_64_debug_cpu_state& state);
H A DArchitectureX8664.cpp148 Architecture(teamMemory, 8, sizeof(x86_64_debug_cpu_state), false), in ArchitectureX8664()
419 if (size != sizeof(x86_64_debug_cpu_state)) in CreateCpuState()
423 *(const x86_64_debug_cpu_state*)cpuStateData); in CreateCpuState()
/haiku/headers/os/kernel/
H A Ddebugger.h27 typedef struct x86_64_debug_cpu_state debug_cpu_state;