Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp97 static uint64_t clear_pac_bits(uint64_t value) { in clear_pac_bits() function
124 return clear_pac_bits( in GetPC()
156 return clear_pac_bits( in GetSP()
179 uint64_t log_fp = clear_pac_bits( in GetGPRState()
181 uint64_t log_lr = clear_pac_bits( in GetGPRState()
183 uint64_t log_sp = clear_pac_bits( in GetGPRState()
185 uint64_t log_pc = clear_pac_bits( in GetGPRState()
650 uint64_t pc = clear_pac_bits( in EnableHardwareSingleStep()
2028 value->value.uint64 = clear_pac_bits( in GetRegisterValue()
2032 value->value.uint64 = clear_pac_bits( in GetRegisterValue()
[all …]