Symbol: insert_page
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
1316
ggtt->vm.insert_page(&ggtt->vm,
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
614
ggtt->vm.insert_page(&ggtt->vm, addr,
drivers/gpu/drm/i915/gt/gen8_ppgtt.c
1048
ppgtt->vm.insert_page = xehp_ppgtt_insert_entry;
drivers/gpu/drm/i915/gt/gen8_ppgtt.c
1050
ppgtt->vm.insert_page = gen8_ppgtt_insert_entry;
drivers/gpu/drm/i915/gt/intel_ggtt.c
1286
ggtt->vm.insert_page = gen8_ggtt_insert_page;
drivers/gpu/drm/i915/gt/intel_ggtt.c
1299
ggtt->vm.insert_page = bxt_vtd_ggtt_insert_page__BKL;
drivers/gpu/drm/i915/gt/intel_ggtt.c
1316
ggtt->vm.insert_page = gen8_ggtt_insert_page_bind;
drivers/gpu/drm/i915/gt/intel_ggtt.c
1483
ggtt->vm.insert_page = gen6_ggtt_insert_page;
drivers/gpu/drm/i915/gt/intel_ggtt.c
708
struct insert_page *arg = _arg;
drivers/gpu/drm/i915/gt/intel_ggtt.c
723
struct insert_page arg = { vm, addr, offset, pat_index };
drivers/gpu/drm/i915/gt/intel_ggtt_gmch.c
110
ggtt->vm.insert_page = gmch_ggtt_insert_page;
drivers/gpu/drm/i915/gt/intel_gtt.h
326
void (*insert_page)(struct i915_address_space *vm,
drivers/gpu/drm/i915/gt/intel_migrate.c
48
vm->insert_page(vm, 0, d->offset,
drivers/gpu/drm/i915/gt/intel_migrate.c
68
vm->insert_page(vm, px_dma(pt), d->offset,
drivers/gpu/drm/i915/gt/intel_migrate.c
80
vm->insert_page(vm, px_dma(pt), d->offset,
drivers/gpu/drm/i915/gt/selftest_reset.c
130
ggtt->vm.insert_page(&ggtt->vm, dma,
drivers/gpu/drm/i915/gt/selftest_reset.c
87
ggtt->vm.insert_page(&ggtt->vm, dma,
drivers/gpu/drm/i915/i915_dpt.c
234
vm->insert_page = dpt_insert_page;
drivers/gpu/drm/i915/i915_gem.c
420
ggtt->vm.insert_page(&ggtt->vm,
drivers/gpu/drm/i915/i915_gem.c
601
ggtt->vm.insert_page(&ggtt->vm,
drivers/gpu/drm/i915/i915_gpu_error.c
1186
ggtt->vm.insert_page(&ggtt->vm, dma, slot,
drivers/gpu/drm/i915/selftests/i915_gem.c
62
ggtt->vm.insert_page(&ggtt->vm, dma, slot,
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c
1387
ggtt->vm.insert_page(&ggtt->vm,
drivers/gpu/drm/i915/selftests/mock_gtt.c
123
ggtt->vm.insert_page = mock_insert_page;
drivers/gpu/drm/i915/selftests/mock_gtt.c
84
ppgtt->vm.insert_page = mock_insert_page;
drivers/gpu/drm/panthor/panthor_gem.c
830
ret = insert_page(vmf, order, bo->backing.pages[page_offset]);
drivers/gpu/drm/panthor/panthor_gem.c
863
ret = insert_page(vmf, order, page);
drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c
364
err = insert_page(dev, addr, page, function, func_type);
mm/memory.c
2591
return insert_page(vma, addr, page, vma->vm_page_prot, false);
mm/memory.c
2855
err = insert_page(vma, addr, page, pgprot, mkwrite);
mm/memory.c
2878
err = insert_page(vmf->vma, addr, page, pgprot, write);