Home
last modified time | relevance | path

Searched refs:regset (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.cpp116 unsigned int regset) { in ReadRegisterSet() argument
118 static_cast<void *>(&regset), buf, in ReadRegisterSet()
123 unsigned int regset) { in WriteRegisterSet() argument
125 static_cast<void *>(&regset), buf, in WriteRegisterSet()
H A DNativeRegisterContextLinux_arm64.cpp67 unsigned int regset = NT_ARM_SVE; in CreateHostNativeRegisterContextLinux() local
71 native_thread.GetID(), &regset, in CreateHostNativeRegisterContextLinux()
644 int regset = NT_ARM_HW_WATCH; in ReadHardwareDebugInfo() local
651 error = NativeProcessLinux::PtraceWrapper(PTRACE_GETREGSET, tid, &regset, in ReadHardwareDebugInfo()
659 regset = NT_ARM_HW_BREAK; in ReadHardwareDebugInfo()
660 error = NativeProcessLinux::PtraceWrapper(PTRACE_GETREGSET, tid, &regset, in ReadHardwareDebugInfo()
676 int regset; in WriteHardwareDebugRegs() local
683 regset = NT_ARM_HW_WATCH; in WriteHardwareDebugRegs()
693 regset = NT_ARM_HW_BREAK; in WriteHardwareDebugRegs()
705 &regset, &ioVec, ioVec.iov_len) in WriteHardwareDebugRegs()
H A DNativeRegisterContextLinux_ppc64le.cpp466 int regset = NT_PPC_VMX; in ReadVMX() local
468 &regset, &m_vmx_ppc64le, in ReadVMX()
473 int regset = NT_PPC_VMX; in WriteVMX() local
475 &regset, &m_vmx_ppc64le, in WriteVMX()
480 int regset = NT_PPC_VSX; in ReadVSX() local
482 &regset, &m_vsx_ppc64le, in ReadVSX()
487 int regset = NT_PPC_VSX; in WriteVSX() local
489 &regset, &m_vsx_ppc64le, in WriteVSX()
H A DNativeRegisterContextLinux.h93 unsigned int regset);
96 unsigned int regset);
H A DNativeRegisterContextLinux_s390x.h113 Status DoReadRegisterSet(uint32_t regset, void *buf, size_t buf_size);
115 Status DoWriteRegisterSet(uint32_t regset, const void *buf, size_t buf_size);
H A DNativeRegisterContextLinux_s390x.cpp462 Status NativeRegisterContextLinux_s390x::DoReadRegisterSet(uint32_t regset, in DoReadRegisterSet() argument
469 return ReadRegisterSet(&iov, buf_size, regset); in DoReadRegisterSet()
472 Status NativeRegisterContextLinux_s390x::DoWriteRegisterSet(uint32_t regset, in DoWriteRegisterSet() argument
479 return WriteRegisterSet(&iov, buf_size, regset); in DoWriteRegisterSet()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/
H A DTestFreeBSDKernelVMCore.py64 for regset in regs:
65 for reg in regset:
/llvm-project-15.0.7/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h16 #include_next <sys/regset.h>
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp561 auto append = [&](uptr regset) { in GetRegistersAndSP() argument
574 (void *)regset, (void *)&regset_io), in GetRegistersAndSP()
578 (void *)regset, tid, pterrno); in GetRegistersAndSP()
/llvm-project-15.0.7/llvm/include/llvm/
H A Dmodule.modulemap412 exclude header "Support/Solaris/sys/regset.h"
/llvm-project-15.0.7/llvm/
H A DCMakeLists.txt1078 # special hack for Solaris to handle crazy system sys/regset.h
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5540 llvm/include/llvm/Support/Solaris/sys/regset.h