Searched refs:updated_v (Results 1 – 10 of 10) sorted by relevance
119 const bool isVMIDUpdated() const { return (m_pkt_data.context.updated_v == 1); } in isVMIDUpdated()216 m_pkt_data.context.updated_v = 1; in UpdateVMID()253 return (m_pkt_data.context.updated_v == 1) || in isCtxtUpdated()
104 uint32_t updated_v:1; /**< updated VMID */ member
100 const bool VMIDUpdated() const { return (bool)(context.updated_v == 1); }; in VMIDUpdated()181 context.updated_v = 1; in UpdateVMID()
81 uint32_t updated_v:1; /**< updated VMID */ member
75 context.updated_v = 0; in initNextPacket()674 if(context.updated_v) in contextStr()
1916 if(ctxt.updated_v) in updateContext()
186 uint32_t updated_v:1; //!< updated VMID member
442 context.updated_v = 1; in setContextVMID()
62 context.updated_v = 0; in Clear()
64 m_pkt_data.context.updated_v = 0; in Clear()