Searched refs:core_vmid (Results 1 – 1 of 1) sorted by relevance
33 struct core_vmid { struct44 container_of(mod_vmid, struct core_vmid, public) argument46 static void add_ptb_to_table(struct core_vmid *core_vmid, unsigned int vmid, uint64_t ptb) in add_ptb_to_table() argument48 core_vmid->ptb_assigned_to_vmid[vmid] = ptb; in add_ptb_to_table()49 core_vmid->num_vmids_available--; in add_ptb_to_table()52 static void clear_entry_from_vmid_table(struct core_vmid *core_vmid, unsigned int vmid) in clear_entry_from_vmid_table() argument54 core_vmid->ptb_assigned_to_vmid[vmid] = 0; in clear_entry_from_vmid_table()55 core_vmid->num_vmids_available++; in clear_entry_from_vmid_table()58 static void evict_vmids(struct core_vmid *core_vmid) in evict_vmids() argument61 uint16_t ord = dc_get_vmid_use_vector(core_vmid->dc); in evict_vmids()[all …]