Searched refs:core_vmid (Results 1 – 1 of 1) sorted by relevance
28 struct core_vmid { struct39 container_of(mod_vmid, struct core_vmid, public) argument41 static void add_ptb_to_table(struct core_vmid *core_vmid, unsigned int vmid, uint64_t ptb) in add_ptb_to_table() argument43 core_vmid->ptb_assigned_to_vmid[vmid] = ptb; in add_ptb_to_table()44 core_vmid->num_vmids_available--; in add_ptb_to_table()47 static void clear_entry_from_vmid_table(struct core_vmid *core_vmid, unsigned int vmid) in clear_entry_from_vmid_table() argument49 core_vmid->ptb_assigned_to_vmid[vmid] = 0; in clear_entry_from_vmid_table()50 core_vmid->num_vmids_available++; in clear_entry_from_vmid_table()53 static void evict_vmids(struct core_vmid *core_vmid) in evict_vmids() argument56 uint16_t ord = dc_get_vmid_use_vector(core_vmid->dc); in evict_vmids()[all …]