Home
last modified time | relevance | path

Searched refs:block_mmu_notifications (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.h151 bool block_mmu_notifications; member
H A Damdgpu_amdkfd_gpuvm.c1591 WRITE_ONCE(pinfo->block_mmu_notifications, true); in amdgpu_amdkfd_block_mmu_notifications()
1605 if (!READ_ONCE(pinfo->block_mmu_notifications)) { in amdgpu_amdkfd_criu_resume()
1609 WRITE_ONCE(pinfo->block_mmu_notifications, false); in amdgpu_amdkfd_criu_resume()
2460 if (READ_ONCE(process_info->block_mmu_notifications)) in amdgpu_amdkfd_evict_userptr()