Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h90 uint64_t GetValue(uint64_t register_value) const {
91 return (register_value & GetMask()) >> m_start;
42 GetValue(uint64_t register_value) GetValue() argument
/freebsd-src/sys/dev/isci/scil/
H A Dscic_sds_port.c1518 U32 register_value; in scic_port_enable_broadcast_change_notification() local
1527 register_value = SCU_SAS_LLCTL_READ(phy); in scic_port_enable_broadcast_change_notification()
1530 SCU_SAS_LLCTL_WRITE(phy, register_value); in scic_port_enable_broadcast_change_notification()
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp1437 RegisterValue register_value(register_data.GetData(), in Dematerialize() local
1440 if (!reg_context_sp->WriteRegister(&m_register_info, register_value)) { in Dematerialize()