Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp68 const uint32_t pac_bits = 2 << 1; in MakeBreakControlValue() local
78 return m_hw_dbg_enable_bit | pac_bits | encoded_size; in MakeBreakControlValue()
85 const uint32_t pac_bits = 2 << 1; in MakeWatchControlValue() local
95 return m_hw_dbg_enable_bit | pac_bits | encoded_size | (watch_flags << 3); in MakeWatchControlValue()