Home
last modified time | relevance | path

Searched refs:stolen (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_stolen.c34 if (!drm_mm_initialized(&dev_priv->mm.stolen)) in i915_gem_stolen_insert_node_in_range()
42 ret = drm_mm_insert_node_in_range(&dev_priv->mm.stolen, node, in i915_gem_stolen_insert_node_in_range()
83 struct resource stolen[2] = {*dsm, *dsm}; in i915_adjust_stolen() local
98 if (ggtt_res.start >= stolen[0].start && ggtt_res.start < stolen[0].end) in i915_adjust_stolen()
99 stolen[0].end = ggtt_res.start; in i915_adjust_stolen()
100 if (ggtt_res.end > stolen[1].start && ggtt_res.end <= stolen[1].end) in i915_adjust_stolen()
101 stolen[1].start = ggtt_res.end; in i915_adjust_stolen()
104 if (resource_size(&stolen[0]) > resource_size(&stolen[1])) in i915_adjust_stolen()
105 *dsm = stolen[0]; in i915_adjust_stolen()
107 *dsm = stolen[1]; in i915_adjust_stolen()
[all …]
Di915_gem_object_types.h107 struct drm_mm_node *stolen; member
/Linux-v5.4/drivers/gpu/drm/gma500/
Dgtt.c88 WARN_ON(r->stolen); /* refcount these maybe ? */ in psb_gtt_insert()
131 WARN_ON(r->stolen); in psb_gtt_remove()
168 if (!r->stolen && !r->in_gart) in psb_gtt_roll()
244 if (gt->in_gart == 0 && gt->stolen == 0) { in psb_gtt_pin()
294 if (gt->in_gart == 0 && gt->stolen == 0) { in psb_gtt_unpin()
347 gt->stolen = backed; in psb_gtt_alloc_range()
377 WARN_ON(gt->in_gart && !gt->stolen); in psb_gtt_free_range()
Dgem.c51 u32 *handlep, int stolen, u32 align) in psb_gem_create() argument
165 if (r->stolen) in psb_gem_fault()
Dgem.h12 u64 size, u32 *handlep, int stolen, u32 align);
Dgtt.h36 bool stolen; /* Backed from stolen RAM */ member
/Linux-v5.4/arch/powerpc/mm/nohash/
Dmmu_context.c312 goto stolen; in switch_mmu_context()
319 goto stolen; in switch_mmu_context()
329 stolen: in switch_mmu_context()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Drammcp77.c79 ram->base.stolen = base; in mcp77_ram_new()
/Linux-v5.4/net/ipv4/
Dinet_fragment.c500 bool stolen; in inet_frag_reasm_finish() local
509 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish()
511 kfree_skb_partial(fp, stolen); in inet_frag_reasm_finish()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmmnv50.c263 if (ram->stolen) { in nv50_vmm_valid()
264 map->type |= ram->stolen; in nv50_vmm_valid()
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dfb.h126 u64 stolen; member
/Linux-v5.4/arch/powerpc/kernel/
Dtime.c197 u64 stolen = 0; in scan_dispatch_log() local
220 stolen += tb_delta; in scan_dispatch_log()
228 return stolen; in scan_dispatch_log()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_fbdev.c258 if (vma->obj->stolen && !prealloc) in intelfb_create()
593 intel_fb_obj(&ifbdev->fb->base)->stolen) in intel_fbdev_set_suspend()
Dintel_fbc.c550 if (drm_mm_initialized(&dev_priv->mm.stolen)) in intel_fbc_alloc_cfb()
/Linux-v5.4/arch/arm/boot/dts/
Dam3874-iceboard.dts476 /* DMA event numbers stolen from MCASP */
486 /* DMA event numbers stolen from MCASP, MCBSP */
/Linux-v5.4/fs/reiserfs/
Dprocfs.c219 SFPF(stolen), in show_bitmap()
Dbitmap.c228 PROC_INFO_INC(s, scan_bitmap.stolen); in scan_bitmap_block()
/Linux-v5.4/Documentation/accounting/
Dtaskstats-struct.rst131 * On some architectures, value will adjust for cpu time stolen
/Linux-v5.4/Documentation/power/
Dswsusp.rst333 encrypted and protected are retrieved and stolen from the swap device.
340 inaccessible so they can't be stolen later on. The only thing that
348 suspend image to prevent sensitive data from being stolen after
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_bmap.c4662 xfs_filblks_t stolen = 0; in xfs_bmap_split_indlen() local
4670 stolen = XFS_FILBLKS_MIN(nres - ores, avail); in xfs_bmap_split_indlen()
4671 ores += stolen; in xfs_bmap_split_indlen()
4675 return stolen; in xfs_bmap_split_indlen()
4722 return stolen; in xfs_bmap_split_indlen()
4738 xfs_filblks_t got_indlen, new_indlen, stolen; in xfs_bmap_del_extent_delay() local
4825 stolen = xfs_bmap_split_indlen(da_old, &got_indlen, &new_indlen, in xfs_bmap_del_extent_delay()
4838 da_new = got_indlen + new_indlen - stolen; in xfs_bmap_del_extent_delay()
4839 del->br_blockcount -= stolen; in xfs_bmap_del_extent_delay()
/Linux-v5.4/Documentation/process/
Dmaintainer-pgp-guide.rst206 disk. This way, even if your ``.gnupg`` directory is leaked or stolen in
326 think. They can be leaked or stolen via many different means:
407 Even though the master key is now safe from being leaked or stolen, the
412 can be stolen from there by sufficiently advanced malware (think
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-net20 2: stolen from another device
/Linux-v5.4/Documentation/filesystems/
Dmount_api.txt309 The value pointed to by param may be modified (if a string) or stolen
310 (provided the value pointer is NULL'd out). If it is stolen, 1 must be
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv.c703 unsigned long stolen; in kvmppc_create_dtl_entry() local
712 stolen = core_stolen - vcpu->arch.stolen_logged; in kvmppc_create_dtl_entry()
715 stolen += vcpu->arch.busy_stolen; in kvmppc_create_dtl_entry()
724 dt->enqueue_to_dispatch_time = cpu_to_be32(stolen); in kvmppc_create_dtl_entry()
/Linux-v5.4/Documentation/scheduler/
Dsched-energy.rst311 there is some idle time in the system, the CPU capacity 'stolen' by higher

12