| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_stolen.c | 38 * available than he put in. We refer to this memory as stolen. 40 * The BIOS will allocate its framebuffer from the stolen memory. Our 42 * be available for panics. Anything else we can reuse the stolen memory 52 if (!drm_mm_initialized(&i915->mm.stolen)) in __i915_gem_stolen_insert_node_in_range() 60 ret = drm_mm_insert_node_in_range(&i915->mm.stolen, node, in __i915_gem_stolen_insert_node_in_range() 120 * Make sure we don't clobber the GTT if it's within stolen memory in adjust_stolen() 123 * end of stolen. With that assumption we could simplify this. in adjust_stolen() 127 struct resource stolen[2] = {*dsm, *dsm}; in adjust_stolen() local 140 if (ggtt_res.start >= stolen[0].start && ggtt_res.start < stolen[ in adjust_stolen() 709 struct drm_mm_node *stolen = fetch_and_zero(&obj->stolen); i915_gem_object_release_stolen() local 727 __i915_gem_object_create_stolen(struct intel_memory_region * mem,struct drm_i915_gem_object * obj,struct drm_mm_node * stolen) __i915_gem_object_create_stolen() argument 769 struct drm_mm_node *stolen; _i915_gem_object_stolen_init() local [all...] |
| /linux/drivers/gpu/drm/gma500/ |
| H A D | gem.c | 43 if (pobj->in_gart || pobj->stolen) in psb_gem_pin() 91 if (pobj->in_gart || pobj->stolen) in psb_gem_unpin() 122 WARN_ON(pobj->in_gart && !pobj->stolen); in psb_gem_free_object() 140 psb_gem_create(struct drm_device *dev, u64 size, const char *name, bool stolen, u32 align) in psb_gem_create() argument 156 ret = psb_gtt_allocate_resource(dev_priv, &pobj->resource, name, size, align, stolen, in psb_gem_create() 161 if (stolen) { in psb_gem_create() 162 pobj->stolen = true; in psb_gem_create() 170 if (stolen) { in psb_gem_create() 294 if (pobj->stolen) in psb_gem_fault()
|
| H A D | gem.h | 27 bool stolen; /* Backed from stolen RAM */ member 38 psb_gem_create(struct drm_device *dev, u64 size, const char *name, bool stolen, u32 align);
|
| H A D | gtt.h | 34 bool stolen, u32 *offset);
|
| H A D | gtt.c | 20 bool stolen, u32 *offset) in psb_gtt_allocate_resource() argument 26 if (stolen) { in psb_gtt_allocate_resource()
|
| /linux/Documentation/virt/kvm/arm/ |
| H A D | pvtime.rst | 11 KVM/arm64 implements the stolen time part of this specification by providing 13 view of the amount of time stolen from its execution. 39 Return value: (int64) IPA of the stolen time data structure for this
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | mmu_context.c | 257 goto stolen; in switch_mmu_context() 263 goto stolen; in switch_mmu_context() 273 stolen: in switch_mmu_context()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_reset.c | 23 const struct resource *dsm = >->i915->dsm.stolen; in __igt_reset_stolen() 98 if (!__drm_mm_interval_first(>->i915->mm.stolen, in __igt_reset_stolen() 147 !__drm_mm_interval_first(>->i915->mm.stolen, in __igt_reset_stolen()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | r535.c | 45 ram->stolen = false; in r535_fb_ram_new()
|
| H A D | rammcp77.c | 79 ram->base.stolen = base; in mcp77_ram_new()
|
| /linux/net/ipv4/ |
| H A D | inet_fragment.c | 627 bool stolen; in inet_frag_reasm_finish() 636 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish() 638 kfree_skb_partial(fp, stolen); in inet_frag_reasm_finish() 628 bool stolen; inet_frag_reasm_finish() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | vmmnv50.c | 262 if (ram->stolen) { in nv50_vmm_valid() 263 map->type |= ram->stolen; in nv50_vmm_valid()
|
| /linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| H A D | switchdev.rst | 74 queues are neither shared nor stolen from the parent PCI function. 77 resources neither shared nor stolen from the parent PCI function.
|
| /linux/Documentation/power/ |
| H A D | swsusp.rst | 335 encrypted and protected are retrieved and stolen from the swap device. 342 inaccessible so they can't be stolen later on. The only thing that 350 suspend image to prevent sensitive data from being stolen after
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-net | 25 2 stolen from another device
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm-security.rst | 213 .. _Windows Bitlocker TPM: https://dolosgroup.io/blog/2021/7/9/from-stolen-laptop-to-inside-the-com…
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_driver.c | 524 * Make sure we probe lmem before we probe stolen-lmem. The BAR size in i915_driver_hw_probe() 783 .stolen = &i915_display_stolen_interface,
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 895 stolen from under a waiter. After the lock is stolen the number of times
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2859 drm/0000:03:00.0/stolen max 2873 drm/0000:03:00.0/stolen 67108864 2882 drm/0000:03:00.0/stolen 8650752
|
| /linux/init/ |
| H A D | Kconfig | 588 this also enables accounting of stolen time on logically-partitioned
|