Lines Matching refs:lpfn
150 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
155 places[c].lpfn = visible_pfn; in amdgpu_bo_placement_from_domain()
167 places[c].lpfn = adev->gmc.gart_size >> PAGE_SHIFT; in amdgpu_bo_placement_from_domain()
169 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
181 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
193 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
200 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
207 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
214 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
921 unsigned fpfn, lpfn; in amdgpu_bo_pin_restricted() local
924 lpfn = max_offset >> PAGE_SHIFT; in amdgpu_bo_pin_restricted()
928 if (!bo->placements[i].lpfn || in amdgpu_bo_pin_restricted()
929 (lpfn && lpfn < bo->placements[i].lpfn)) in amdgpu_bo_pin_restricted()
930 bo->placements[i].lpfn = lpfn; in amdgpu_bo_pin_restricted()
999 bo->placements[i].lpfn = 0; in amdgpu_bo_unpin()