Home
last modified time | relevance | path

Searched refs:NT_ARM_SVE (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c23 #ifndef NT_ARM_SVE
24 #define NT_ARM_SVE 0x405 macro
90 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov)) in get_sve()
112 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_SVE, &iov); in set_sve()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c23 #ifndef NT_ARM_SVE
24 #define NT_ARM_SVE 0x405 macro
90 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov)) in get_sve()
112 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_SVE, &iov); in set_sve()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c23 #ifndef NT_ARM_SVE
24 #define NT_ARM_SVE 0x405 macro
90 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov)) in get_sve()
112 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_SVE, &iov); in set_sve()
/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Daarch64-sve-linux-ptrace.c46 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_SVE, &iovec) < 0) in aarch64_sve_get_vq()
74 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_SVE, &iovec) < 0) in aarch64_sve_set_vq()
82 if (ptrace (PTRACE_SETREGSET, tid, NT_ARM_SVE, &iovec) < 0) in aarch64_sve_set_vq()
140 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_SVE, &iovec) < 0) in aarch64_sve_get_sveregs()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp34 #ifndef NT_ARM_SVE
35 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension */ macro
67 unsigned int regset = NT_ARM_SVE; in CreateHostNativeRegisterContextLinux()
795 error = ReadRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in ReadSVEHeader()
836 return WriteRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in WriteSVEHeader()
849 error = ReadRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in ReadAllSVE()
873 return WriteRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in WriteAllSVE()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp34 #ifndef NT_ARM_SVE
35 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension */ macro
67 unsigned int regset = NT_ARM_SVE; in CreateHostNativeRegisterContextLinux()
795 error = ReadRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in ReadSVEHeader()
836 return WriteRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in WriteSVEHeader()
849 error = ReadRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in ReadAllSVE()
873 return WriteRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in WriteAllSVE()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp34 #ifndef NT_ARM_SVE
35 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension */ macro
67 unsigned int regset = NT_ARM_SVE; in CreateHostNativeRegisterContextLinux()
795 error = ReadRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in ReadSVEHeader()
836 return WriteRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in WriteSVEHeader()
849 error = ReadRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in ReadAllSVE()
873 return WriteRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in WriteAllSVE()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp34 #ifndef NT_ARM_SVE
35 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension */ macro
67 unsigned int regset = NT_ARM_SVE; in CreateHostNativeRegisterContextLinux()
795 error = ReadRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in ReadSVEHeader()
836 return WriteRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in WriteSVEHeader()
849 error = ReadRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in ReadAllSVE()
873 return WriteRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in WriteAllSVE()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp34 #ifndef NT_ARM_SVE
35 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension */ macro
67 unsigned int regset = NT_ARM_SVE; in CreateHostNativeRegisterContextLinux()
795 error = ReadRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in ReadSVEHeader()
836 return WriteRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in WriteSVEHeader()
849 error = ReadRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in ReadAllSVE()
873 return WriteRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in WriteAllSVE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp32 #ifndef NT_ARM_SVE
33 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension */ macro
1015 error = ReadRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in ReadSVEHeader()
1037 return WriteRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in WriteSVEHeader()
1050 error = ReadRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in ReadAllSVE()
1074 return WriteRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in WriteAllSVE()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp32 #ifndef NT_ARM_SVE
33 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension */ macro
1032 error = ReadRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in ReadSVEHeader()
1054 return WriteRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in WriteSVEHeader()
1067 error = ReadRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in ReadAllSVE()
1091 return WriteRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in WriteAllSVE()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp32 #ifndef NT_ARM_SVE
33 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension */ macro
1032 error = ReadRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in ReadSVEHeader()
1054 return WriteRegisterSet(&ioVec, GetSVEHeaderSize(), NT_ARM_SVE); in WriteSVEHeader()
1067 error = ReadRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in ReadAllSVE()
1091 return WriteRegisterSet(&ioVec, GetSVEBufferSize(), NT_ARM_SVE); in WriteAllSVE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h111 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_SVE},
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h111 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_SVE},
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h111 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_SVE},
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h119 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_SVE},
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h119 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_SVE},
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h119 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_SVE},
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h119 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_SVE},
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h119 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_SVE},
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/arm64/
H A Dsve.rst57 NT_ARM_SVE regset. The recommended way of detecting support for this regset
59 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov).
268 * A new regset NT_ARM_SVE is defined for use with PTRACE_GETREGSET and
364 * A NT_ARM_SVE note will be added to each coredump for each thread of the
366 been read if a PTRACE_GETREGSET of NT_ARM_SVE were executed for each thread
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/arm64/
H A Dsve.rst57 NT_ARM_SVE regset. The recommended way of detecting support for this regset
59 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov).
268 * A new regset NT_ARM_SVE is defined for use with PTRACE_GETREGSET and
364 * A NT_ARM_SVE note will be added to each coredump for each thread of the
366 been read if a PTRACE_GETREGSET of NT_ARM_SVE were executed for each thread
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/arm64/
H A Dsve.rst57 NT_ARM_SVE regset. The recommended way of detecting support for this regset
59 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov).
268 * A new regset NT_ARM_SVE is defined for use with PTRACE_GETREGSET and
364 * A NT_ARM_SVE note will be added to each coredump for each thread of the
366 been read if a PTRACE_GETREGSET of NT_ARM_SVE were executed for each thread
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Delf.h424 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension registers */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Delf.h424 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension registers */ macro

1234567