vmid.c | 33 struct core_vmid { struct 44 container_of(mod_vmid, struct core_vmid, public) 46 static void add_ptb_to_table(struct core_vmid *core_vmid, unsigned int vmid, uint64_t ptb) 48 core_vmid->ptb_assigned_to_vmid[vmid] = ptb; 49 core_vmid->num_vmids_available--; 52 static void clear_entry_from_vmid_table(struct core_vmid *core_vmid, unsigned int vmid) 54 core_vmid->ptb_assigned_to_vmid[vmid] = 0; 55 core_vmid->num_vmids_available++ 98 struct core_vmid *core_vmid = MOD_VMID_TO_CORE(mod_vmid); local in function:mod_vmid_get_for_ptb 126 struct core_vmid *core_vmid = MOD_VMID_TO_CORE(mod_vmid); local in function:mod_vmid_reset 137 struct core_vmid *core_vmid; local in function:mod_vmid_create 168 struct core_vmid *core_vmid = MOD_VMID_TO_CORE(mod_vmid); local in function:mod_vmid_destroy [all...] |