Searched refs:updated_v (Results 1 – 11 of 11) 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()666 if(context.updated_v) in contextStr()
1860 if(ctxt.updated_v) in updateContext()
186 uint32_t updated_v:1; //!< updated VMID member
436 context.updated_v = 1; in setContextVMID()
62 context.updated_v = 0; in Clear()
64 m_pkt_data.context.updated_v = 0; in Clear()
964 updated_v = state_ops.scatter_update(v, [3, 5], [l_new_0, l_new_1])965 updated_v_elems = array_ops.unstack(updated_v)