Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h156 void updateShortAddress(const uint32_t addr, const uint8_t IS, const uint8_t update_bits);
494 …mV4ITrcPacket::updateShortAddress(const uint32_t addr, const uint8_t IS, const uint8_t update_bits) in updateShortAddress() argument
496 ocsd_vaddr_t update_mask = OCSD_BIT_MASK(update_bits); in updateShortAddress()
497 v_addr.pkt_bits = update_bits; in updateShortAddress()
498 if(v_addr.valid_bits < update_bits) in updateShortAddress()
499 v_addr.valid_bits = update_bits; in updateShortAddress()