/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_stolen.c | 51 if (!drm_mm_initialized(&dev_priv->mm.stolen)) in i915_gem_stolen_insert_node_in_range() 59 ret = drm_mm_insert_node_in_range(&dev_priv->mm.stolen, node, in i915_gem_stolen_insert_node_in_range() 100 struct resource stolen[2] = {*dsm, *dsm}; in i915_adjust_stolen() local 115 if (ggtt_res.start >= stolen[0].start && ggtt_res.start < stolen[0].end) in i915_adjust_stolen() 116 stolen[0].end = ggtt_res.start; in i915_adjust_stolen() 117 if (ggtt_res.end > stolen[1].start && ggtt_res.end <= stolen[1].end) in i915_adjust_stolen() 118 stolen[1].start = ggtt_res.end; in i915_adjust_stolen() 121 if (resource_size(&stolen[0]) > resource_size(&stolen[1])) in i915_adjust_stolen() 122 *dsm = stolen[0]; in i915_adjust_stolen() 124 *dsm = stolen[1]; in i915_adjust_stolen() [all …]
|
D | i915_gem_object.h | 117 struct drm_mm_node *stolen; member
|
D | intel_fbdev.c | 268 if (intel_fb_obj(fb)->stolen && !prealloc) in intelfb_create() 796 intel_fb_obj(&ifbdev->fb->base)->stolen) in intel_fbdev_set_suspend()
|
D | i915_debugfs.c | 210 if (obj->stolen) in describe_obj() 211 seq_printf(m, " (stolen: %08llx)", obj->stolen->start); in describe_obj() 229 if (a->stolen->start < b->stolen->start) in obj_rank_by_stolen() 231 if (a->stolen->start > b->stolen->start) in obj_rank_by_stolen() 262 if (obj->stolen == NULL) in i915_gem_stolen_list_info() 274 if (obj->stolen == NULL) in i915_gem_stolen_list_info()
|
D | intel_fbc.c | 543 if (drm_mm_initialized(&dev_priv->mm.stolen)) in intel_fbc_alloc_cfb()
|
D | intel_ringbuffer.c | 1034 if (vma->obj->stolen) in intel_ring_pin()
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | gtt.c | 99 WARN_ON(r->stolen); /* refcount these maybe ? */ in psb_gtt_insert() 142 WARN_ON(r->stolen); in psb_gtt_remove() 179 if (!r->stolen && !r->in_gart) in psb_gtt_roll() 255 if (gt->in_gart == 0 && gt->stolen == 0) { in psb_gtt_pin() 305 if (gt->in_gart == 0 && gt->stolen == 0) { in psb_gtt_unpin() 358 gt->stolen = backed; in psb_gtt_alloc_range() 388 WARN_ON(gt->in_gart && !gt->stolen); in psb_gtt_free_range()
|
D | gem.c | 62 u32 *handlep, int stolen, u32 align) in psb_gem_create() argument 176 if (r->stolen) in psb_gem_fault()
|
D | gem.h | 20 u64 size, u32 *handlep, int stolen, u32 align);
|
D | gtt.h | 49 bool stolen; /* Backed from stolen RAM */ member
|
/Linux-v4.19/arch/powerpc/mm/ |
D | mmu_context_nohash.c | 316 goto stolen; in switch_mmu_context() 323 goto stolen; in switch_mmu_context() 333 stolen: in switch_mmu_context()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | rammcp77.c | 79 ram->base.stolen = base; in mcp77_ram_new()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | vmmnv50.c | 263 if (ram->stolen) { in nv50_vmm_valid() 264 map->type |= ram->stolen; in nv50_vmm_valid()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | time.c | 200 u64 stolen = 0; in scan_dispatch_log() local 223 stolen += tb_delta; in scan_dispatch_log() 231 return stolen; in scan_dispatch_log()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | fb.h | 123 u64 stolen; member
|
/Linux-v4.19/Documentation/core-api/ |
D | boot-time-mm.rst | 44 (mostly stolen from Mel Gorman's "Understanding the Linux Virtual
|
/Linux-v4.19/fs/reiserfs/ |
D | procfs.c | 219 SFPF(stolen), in show_bitmap()
|
D | bitmap.c | 228 PROC_INFO_INC(s, scan_bitmap.stolen); in scan_bitmap_block()
|
/Linux-v4.19/Documentation/accounting/ |
D | taskstats-struct.txt | 119 * On some architectures, value will adjust for cpu time stolen
|
/Linux-v4.19/Documentation/power/ |
D | swsusp.txt | 298 encrypted and protected are retrieved and stolen from the swap device. 305 inaccessible so they can't be stolen later on. The only thing that 313 suspend image to prevent sensitive data from being stolen after
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_bmap.c | 4569 xfs_filblks_t stolen = 0; in xfs_bmap_split_indlen() local 4577 stolen = XFS_FILBLKS_MIN(nres - ores, avail); in xfs_bmap_split_indlen() 4578 ores += stolen; in xfs_bmap_split_indlen() 4582 return stolen; in xfs_bmap_split_indlen() 4629 return stolen; in xfs_bmap_split_indlen() 4645 xfs_filblks_t got_indlen, new_indlen, stolen; in xfs_bmap_del_extent_delay() local 4732 stolen = xfs_bmap_split_indlen(da_old, &got_indlen, &new_indlen, in xfs_bmap_del_extent_delay() 4745 da_new = got_indlen + new_indlen - stolen; in xfs_bmap_del_extent_delay() 4746 del->br_blockcount -= stolen; in xfs_bmap_del_extent_delay()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net | 20 2: stolen from another device
|
/Linux-v4.19/Documentation/process/ |
D | maintainer-pgp-guide.rst | 206 disk. This way, even if your ``.gnupg`` directory is leaked or stolen in 323 think. They can be leaked or stolen via many different means: 404 Even though the master key is now safe from being leaked or stolen, the 409 can be stolen from there by sufficiently advanced malware (think
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_hv.c | 688 unsigned long stolen; in kvmppc_create_dtl_entry() local 697 stolen = core_stolen - vcpu->arch.stolen_logged; in kvmppc_create_dtl_entry() 700 stolen += vcpu->arch.busy_stolen; in kvmppc_create_dtl_entry() 709 dt->enqueue_to_dispatch_time = cpu_to_be32(stolen); in kvmppc_create_dtl_entry()
|
/Linux-v4.19/Documentation/gpu/ |
D | drm-mm.rst | 135 hardware. UMA devices usually have what is called a "stolen" memory
|