Symbol: x86_test_register
tests/lib/libc/sys/t_ptrace_x86_wait.h
2231
static __inline void get_gp32_regs(union x86_test_register out[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2255
static __inline void set_gp32_regs(const union x86_test_register data[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2270
static __inline void get_gp32_ebp_esp_regs(union x86_test_register out[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2297
static __inline void set_gp32_ebp_esp_regs(const union x86_test_register data[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2320
static __inline void get_gp64_regs(union x86_test_register out[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2355
static __inline void set_gp64_regs(const union x86_test_register data[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2380
static __inline void get_gp64_r8_regs(union x86_test_register out[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2415
static __inline void set_gp64_r8_regs(const union x86_test_register data[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2511
static __inline void get_mm_regs(union x86_test_register out[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2543
static __inline void set_mm_regs(const union x86_test_register data[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2562
static __inline void get_xmm_regs(union x86_test_register out[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2564
union x86_test_register fill __aligned(32) = {
tests/lib/libc/sys/t_ptrace_x86_wait.h
2620
static __inline void set_xmm_regs(const union x86_test_register data[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2654
static __inline void get_ymm_regs(union x86_test_register out[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2656
union x86_test_register fill __aligned(32) = {
tests/lib/libc/sys/t_ptrace_x86_wait.h
2715
static __inline void set_ymm_regs(const union x86_test_register data[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2749
static __inline void get_zmm_regs(union x86_test_register out[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2751
union x86_test_register fill __aligned(64) = {
tests/lib/libc/sys/t_ptrace_x86_wait.h
2863
static __inline void set_zmm_regs(const union x86_test_register data[])
tests/lib/libc/sys/t_ptrace_x86_wait.h
2945
const union x86_test_register expected[] __aligned(64) = {
tests/lib/libc/sys/t_ptrace_x86_wait.h
3207
union x86_test_register vals[__arraycount(expected)] __aligned(64);