vsx 40 arch/powerpc/include/asm/emulated_ops.h struct ppc_emulated_entry vsx; vsx 2249 arch/powerpc/kernel/traps.c WARN_EMULATED_SETUP(vsx), vsx 98 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c unsigned long vsx[VSX_MAX]; vsx 102 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c FAIL_IF(show_vsx(child, vsx)); vsx 103 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c FAIL_IF(validate_vsx(vsx, fp_load)); vsx 106 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c FAIL_IF(show_vsx_ckpt(child, vsx)); vsx 107 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c FAIL_IF(validate_vsx(vsx, fp_load_ckpt)); vsx 111 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c memset(vsx, 0, sizeof(vsx)); vsx 114 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c load_vsx_vmx(fp_load_ckpt_new, vsx, vmx); vsx 116 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c FAIL_IF(write_vsx_ckpt(child, vsx)); vsx 86 tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c unsigned long vsx[VSX_MAX]; vsx 90 tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c FAIL_IF(show_vsx(child, vsx)); vsx 91 tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c FAIL_IF(validate_vsx(vsx, fp_load)); vsx 94 tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c FAIL_IF(show_vsx_ckpt(child, vsx)); vsx 95 tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c FAIL_IF(validate_vsx(vsx, fp_load_ckpt)); vsx 98 tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c memset(vsx, 0, sizeof(vsx)); vsx 101 tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c load_vsx_vmx(fp_load_ckpt_new, vsx, vmx); vsx 103 tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c FAIL_IF(write_vsx_ckpt(child, vsx)); vsx 39 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c unsigned long vsx[VSX_MAX]; vsx 43 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c FAIL_IF(show_vsx(child, vsx)); vsx 44 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c FAIL_IF(validate_vsx(vsx, fp_load)); vsx 48 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c memset(vsx, 0, sizeof(vsx)); vsx 50 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c load_vsx_vmx(fp_load_new, vsx, vmx); vsx 52 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c FAIL_IF(write_vsx(child, vsx)); vsx 79 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c vsx(); vsx 13 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h int validate_vsx(unsigned long *vsx, unsigned long *load) vsx 18 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h if (vsx[i] != load[2 * i + 1]) { vsx 20 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h i, vsx[i], 2 * i + 1, load[2 * i + 1]); vsx 108 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h void load_vsx_vmx(unsigned long *load, unsigned long *vsx, vsx 114 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h vsx[i] = load[1 + 2 * i]; vsx 589 tools/testing/selftests/powerpc/ptrace/ptrace.h int show_vsx(pid_t child, unsigned long *vsx) vsx 593 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETVSRREGS, child, 0, vsx); vsx 601 tools/testing/selftests/powerpc/ptrace/ptrace.h int show_vsx_ckpt(pid_t child, unsigned long *vsx) vsx 614 tools/testing/selftests/powerpc/ptrace/ptrace.h memcpy(vsx, regs, sizeof(regs)); vsx 618 tools/testing/selftests/powerpc/ptrace/ptrace.h int write_vsx(pid_t child, unsigned long *vsx) vsx 622 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_SETVSRREGS, child, 0, vsx); vsx 630 tools/testing/selftests/powerpc/ptrace/ptrace.h int write_vsx_ckpt(pid_t child, unsigned long *vsx) vsx 636 tools/testing/selftests/powerpc/ptrace/ptrace.h memcpy(regs, vsx, sizeof(regs)); vsx 60 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c uint8_t vsx[sizeof(vector int)]; vsx 106 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c memcpy(vsx, &ucp->uc_mcontext.fp_regs[FPR20 + i], 8); vsx 107 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c memcpy(vsx + 8, &vsx_ptr[VSX20 + i], 8); vsx 109 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c fail = memcmp(vsx, &vsxs[i], sizeof(vector int)); vsx 115 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c printf("%02x", vsx[j]);