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() argument44 core_vmid->ptb_assigned_to_vmid[vmid] = ptb; in add_ptb_to_table()45 core_vmid->num_vmids_available--; in add_ptb_to_table()49 static void clear_entry_from_vmid_table(struct core_vmid *core_vmid, unsigned int vmid) in clear_entry_from_vmid_table() argument52 core_vmid->ptb_assigned_to_vmid[vmid] = 0; in clear_entry_from_vmid_table()53 core_vmid->num_vmids_available++; in clear_entry_from_vmid_table()57 static void evict_vmids(struct core_vmid *core_vmid) in evict_vmids() argument60 uint16_t ord = dc_get_vmid_use_vector(core_vmid->dc); in evict_vmids()[all …]