Searched refs:x86_64_debug_cpu_state (Results 1 – 5 of 5) sorted by relevance
12 struct x86_64_debug_cpu_state { struct
24 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()
110 CpuStateX8664(const x86_64_debug_cpu_state& state);
148 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()
27 typedef struct x86_64_debug_cpu_state debug_cpu_state;