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()
1308 struct map_removal_table *remove_entry; in _mapping_clear_removed_entries() local
1315 remove_entry = sc->removal_table; in _mapping_clear_removed_entries()
1317 remove_idx++, remove_entry++) { in _mapping_clear_removed_entries()
1318 if (remove_entry->dpm_entry_num != MPS_DPM_BAD_IDX) { in _mapping_clear_removed_entries()
1322 dpm_entry += remove_entry->dpm_entry_num; in _mapping_clear_removed_entries()
1328 sc->dpm_flush_entry[remove_entry-> in _mapping_clear_removed_entries()
1330 sc->dpm_entry_used[remove_entry->dpm_entry_num] in _mapping_clear_removed_entries()
1332 remove_entry->dpm_entry_num = MPS_DPM_BAD_IDX; in _mapping_clear_removed_entries()