Lines Matching refs:remove_entry
762 struct map_removal_table *remove_entry; in _mapping_add_to_removal_table() local
776 remove_entry = sc->removal_table; in _mapping_add_to_removal_table()
778 for (i = 0; i < sc->max_devices; i++, remove_entry++) { in _mapping_add_to_removal_table()
779 if (remove_entry->dpm_entry_num != MPS_DPM_BAD_IDX) in _mapping_add_to_removal_table()
784 remove_entry->dpm_entry_num = dpm_idx; in _mapping_add_to_removal_table()
1304 struct map_removal_table *remove_entry; in _mapping_clear_removed_entries() local
1311 remove_entry = sc->removal_table; in _mapping_clear_removed_entries()
1313 remove_idx++, remove_entry++) { in _mapping_clear_removed_entries()
1314 if (remove_entry->dpm_entry_num != MPS_DPM_BAD_IDX) { in _mapping_clear_removed_entries()
1318 dpm_entry += remove_entry->dpm_entry_num; in _mapping_clear_removed_entries()
1324 sc->dpm_flush_entry[remove_entry-> in _mapping_clear_removed_entries()
1326 sc->dpm_entry_used[remove_entry->dpm_entry_num] in _mapping_clear_removed_entries()
1328 remove_entry->dpm_entry_num = MPS_DPM_BAD_IDX; in _mapping_clear_removed_entries()