Searched refs:system_call (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux_s390x.cpp | 250 uint32_t system_call; in ReadRegister() local 251 Status error = DoReadRegisterSet(NT_S390_SYSTEM_CALL, &system_call, 4); in ReadRegister() 255 reg_value.SetUInt32(system_call); in ReadRegister() 321 uint32_t system_call = reg_value.GetAsUInt32(); in WriteRegister() local 322 return DoWriteRegisterSet(NT_S390_SYSTEM_CALL, &system_call, 4); in WriteRegister() 354 uint32_t system_call = 0; in ReadAllRegisterValues() local 355 DoWriteRegisterSet(NT_S390_SYSTEM_CALL, &system_call, 4); in ReadAllRegisterValues()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_s390x.h | 109 DEFINE_GPR_NODWARF(system_call, 4, 0, nullptr, LLDB_INVALID_REGNUM),
|