Lines Matching refs:remove_entry
766 struct map_removal_table *remove_entry; in _mapping_add_to_removal_table() local
780 remove_entry = sc->removal_table; in _mapping_add_to_removal_table()
782 for (i = 0; i < sc->max_devices; i++, remove_entry++) { in _mapping_add_to_removal_table()
783 if (remove_entry->dpm_entry_num != MPS_DPM_BAD_IDX) in _mapping_add_to_removal_table()
788 remove_entry->dpm_entry_num = dpm_idx; in _mapping_add_to_removal_table()
1307 struct map_removal_table *remove_entry; in _mapping_clear_removed_entries() local
1314 remove_entry = sc->removal_table; in _mapping_clear_removed_entries()
1316 remove_idx++, remove_entry++) { in _mapping_clear_removed_entries()
1317 if (remove_entry->dpm_entry_num != MPS_DPM_BAD_IDX) { in _mapping_clear_removed_entries()
1321 dpm_entry += remove_entry->dpm_entry_num; in _mapping_clear_removed_entries()
1327 sc->dpm_flush_entry[remove_entry-> in _mapping_clear_removed_entries()
1329 sc->dpm_entry_used[remove_entry->dpm_entry_num] in _mapping_clear_removed_entries()
1331 remove_entry->dpm_entry_num = MPS_DPM_BAD_IDX; in _mapping_clear_removed_entries()