Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp876 uint8_t infoByte = m_currPacketData[st_idx]; in extractAndSetContextInfo() local
878 …m_curr_packet.setContextInfo(true, (infoByte & 0x3), (infoByte >> 5) & 0x1, (infoByte >> 4) & 0x1,… in extractAndSetContextInfo()
881 int nVMID_bytes = ((infoByte & 0x40) == 0x40) ? (m_config.vmidSize()/8) : 0; in extractAndSetContextInfo()
882 int nCtxtID_bytes = ((infoByte & 0x80) == 0x80) ? (m_config.cidSize()/8) : 0; in extractAndSetContextInfo()