Lines Matching full:update
37 * When somebody tries to invalidate the page tables we block the update until
192 * @mirror: the hmm_mirror (mm) is about to update
193 * @update: the update start, end address
200 const struct mmu_notifier_range *update) in amdgpu_mn_sync_pagetables_gfx() argument
203 unsigned long start = update->start; in amdgpu_mn_sync_pagetables_gfx()
204 unsigned long end = update->end; in amdgpu_mn_sync_pagetables_gfx()
205 bool blockable = mmu_notifier_range_blockable(update); in amdgpu_mn_sync_pagetables_gfx()
240 * @mirror: the hmm_mirror (mm) is about to update
241 * @update: the update start, end address
249 const struct mmu_notifier_range *update) in amdgpu_mn_sync_pagetables_hsa() argument
252 unsigned long start = update->start; in amdgpu_mn_sync_pagetables_hsa()
253 unsigned long end = update->end; in amdgpu_mn_sync_pagetables_hsa()
254 bool blockable = mmu_notifier_range_blockable(update); in amdgpu_mn_sync_pagetables_hsa()