Lines Matching refs:remove_entry
763 struct map_removal_table *remove_entry; in _mapping_add_to_removal_table() local
777 remove_entry = sc->removal_table; in _mapping_add_to_removal_table()
779 for (i = 0; i < sc->max_devices; i++, remove_entry++) { in _mapping_add_to_removal_table()
780 if (remove_entry->dpm_entry_num != MPS_DPM_BAD_IDX) in _mapping_add_to_removal_table()
785 remove_entry->dpm_entry_num = dpm_idx; in _mapping_add_to_removal_table()
1305 struct map_removal_table *remove_entry; in _mapping_clear_removed_entries() local
1312 remove_entry = sc->removal_table; in _mapping_clear_removed_entries()
1314 remove_idx++, remove_entry++) { in _mapping_clear_removed_entries()
1315 if (remove_entry->dpm_entry_num != MPS_DPM_BAD_IDX) { in _mapping_clear_removed_entries()
1319 dpm_entry += remove_entry->dpm_entry_num; in _mapping_clear_removed_entries()
1325 sc->dpm_flush_entry[remove_entry-> in _mapping_clear_removed_entries()
1327 sc->dpm_entry_used[remove_entry->dpm_entry_num] in _mapping_clear_removed_entries()
1329 remove_entry->dpm_entry_num = MPS_DPM_BAD_IDX; in _mapping_clear_removed_entries()