Home
last modified time | relevance | path

Searched refs:GetFPRBuffer (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_loongarch64.cpp151 src = (uint8_t *)GetFPRBuffer() + offset; in WriteRegister()
213 dst = (uint8_t *)GetFPRBuffer() + offset; in WriteAllRegisterValues()
269 ::memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadGPR()
313 ::memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteFPR()
397 ioVec.iov_base = GetFPRBuffer();
414 ioVec.iov_base = GetFPRBuffer();
H A DNativeRegisterContextLinux_riscv64.cpp146 src = (uint8_t *)GetFPRBuffer() + offset; in WriteRegister()
197 dst = (uint8_t *)GetFPRBuffer() + offset; in ReadAllRegisterValues()
226 ::memcpy(dst, GetFPRBuffer(), GetFPRSize()); in WriteAllRegisterValues()
268 ::memcpy(GetFPRBuffer(), src, GetFPRSize()); in ReadGPR()
333 ioVec.iov_base = GetFPRBuffer(); in InvalidateAllRegisters()
350 ioVec.iov_base = GetFPRBuffer();
H A DNativeRegisterContextLinux.cpp113 nullptr, GetFPRBuffer(), in ReadFPR()
119 nullptr, GetFPRBuffer(), in WriteFPR()
H A DNativeRegisterContextLinux_arm.cpp872 nullptr, GetFPRBuffer(), in ReadFPR()
876 ioVec.iov_base = GetFPRBuffer(); in ReadFPR()
886 nullptr, GetFPRBuffer(), in WriteFPR()
890 ioVec.iov_base = GetFPRBuffer(); in WriteFPR()
H A DNativeRegisterContextLinux_loongarch64.h75 void *GetFPRBuffer() override { return &m_fpr; }
65 void *GetFPRBuffer() override { return &m_fpr; } GetFPRBuffer() function
H A DNativeRegisterContextLinux_riscv64.h64 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
H A DNativeRegisterContextLinux_arm64.cpp298 src = (uint8_t *)GetFPRBuffer() + offset; in ReadRegister()
502 dst = (uint8_t *)GetFPRBuffer() + offset; in WriteRegister()
874 dst = AddSavedRegisters(dst, RegisterSetType::FPR, GetFPRBuffer(), in WriteAllRegisterValues()
1012 GetFPRBuffer(), &src, GetFPRSize(), m_fpu_is_valid, in ReadHardwareDebugInfo()
1250 ioVec.iov_base = GetFPRBuffer(); in WriteAllSVE()
1267 ioVec.iov_base = GetFPRBuffer(); in ReadSMEControl()
H A DNativeRegisterContextLinux.h119 virtual void *GetFPRBuffer() = 0;
H A DNativeRegisterContextLinux_ppc64le.h85 void *GetFPRBuffer() override { return &m_fpr_ppc64le; } in GetFPRBuffer() function
H A DNativeRegisterContextLinux_s390x.h80 void *GetFPRBuffer() override { return &m_fp_regs; } in GetFPRBuffer() function
H A DNativeRegisterContextLinux_x86_64.h59 void *GetFPRBuffer() override;
H A DNativeRegisterContextLinux_arm.h97 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
H A DNativeRegisterContextLinux_arm64.h75 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
H A DNativeRegisterContextLinux_s390x.cpp354 memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues()
406 memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues()
H A DNativeRegisterContextLinux_x86_64.cpp956 void *NativeRegisterContextLinux_x86_64::GetFPRBuffer() { in GetFPRBuffer()
952 void *NativeRegisterContextLinux_x86_64::GetFPRBuffer() { GetFPRBuffer() function in NativeRegisterContextLinux_x86_64