Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_stolen.c81 } stolen[2] = { in i915_stolen_to_physical() local
95 if (gtt_start >= stolen[0].start && gtt_start < stolen[0].end) in i915_stolen_to_physical()
96 stolen[0].end = gtt_start; in i915_stolen_to_physical()
97 if (gtt_end > stolen[1].start && gtt_end <= stolen[1].end) in i915_stolen_to_physical()
98 stolen[1].start = gtt_end; in i915_stolen_to_physical()
101 if (stolen[0].end - stolen[0].start > in i915_stolen_to_physical()
102 stolen[1].end - stolen[1].start) { in i915_stolen_to_physical()
103 base = stolen[0].start; in i915_stolen_to_physical()
104 dev_priv->gtt.stolen_size = stolen[0].end - stolen[0].start; in i915_stolen_to_physical()
106 base = stolen[1].start; in i915_stolen_to_physical()
[all …]
Di915_gem_gtt.c2347 size_t *stolen, in gen8_gmch_probe() argument
2366 *stolen = gen9_get_stolen_size(snb_gmch_ctl); in gen8_gmch_probe()
2369 *stolen = chv_get_stolen_size(snb_gmch_ctl); in gen8_gmch_probe()
2372 *stolen = gen8_get_stolen_size(snb_gmch_ctl); in gen8_gmch_probe()
2393 size_t *stolen, in gen6_gmch_probe() argument
2418 *stolen = gen6_get_stolen_size(snb_gmch_ctl); in gen6_gmch_probe()
2442 size_t *stolen, in i915_gmch_probe() argument
2455 intel_gtt_get(gtt_total, stolen, mappable_base, mappable_end); in i915_gmch_probe()
Dintel_fbdev.c268 if (ifbdev->fb->obj->stolen && !prealloc) in intelfb_create()
784 if (state == FBINFO_STATE_RUNNING && ifbdev->fb->obj->stolen) in intel_fbdev_set_suspend()
Di915_gem_gtt.h308 size_t *stolen, phys_addr_t *mappable_base,
Di915_debugfs.c160 if (obj->stolen) in describe_obj()
161 seq_printf(m, " (stolen: %08llx)", obj->stolen->start); in describe_obj()
240 return a->stolen->start - b->stolen->start; in obj_rank_by_stolen()
250 LIST_HEAD(stolen); in i915_gem_stolen_list_info()
259 if (obj->stolen == NULL) in i915_gem_stolen_list_info()
262 list_add(&obj->obj_exec_link, &stolen); in i915_gem_stolen_list_info()
269 if (obj->stolen == NULL) in i915_gem_stolen_list_info()
272 list_add(&obj->obj_exec_link, &stolen); in i915_gem_stolen_list_info()
277 list_sort(NULL, &stolen, obj_rank_by_stolen); in i915_gem_stolen_list_info()
279 while (!list_empty(&stolen)) { in i915_gem_stolen_list_info()
[all …]
Di915_drv.h1146 struct drm_mm stolen; member
1913 struct drm_mm_node *stolen; member
Di915_gpu_error.c610 if (src->stolen) { in i915_error_object_create()
Di915_gem.c3568 if (obj->stolen || obj->phys_handle) in i915_gem_clflush_object()
4501 if (obj->stolen) in i915_gem_free_object()
Dintel_pm.c4733 dev_priv->vlv_pctx->stolen->start); in valleyview_check_pctx()
4807 pctx_paddr = dev_priv->mm.stolen_base + pctx->stolen->start; in valleyview_setup_pctx()
/linux-4.1.27/arch/powerpc/kernel/
Dtime.c209 u64 stolen = 0; in scan_dispatch_log() local
232 stolen += tb_delta; in scan_dispatch_log()
240 return stolen; in scan_dispatch_log()
272 u64 stolen = 0; in calculate_stolen_time() local
275 stolen = scan_dispatch_log(stop_tb); in calculate_stolen_time()
276 get_paca()->system_time -= stolen; in calculate_stolen_time()
279 stolen += get_paca()->stolen_time; in calculate_stolen_time()
281 return stolen; in calculate_stolen_time()
297 u64 *sys_scaled, u64 *stolen) in vtime_delta() argument
311 *stolen = calculate_stolen_time(now); in vtime_delta()
[all …]
/linux-4.1.27/arch/x86/xen/
Dtime.c119 s64 runnable, offline, stolen; in do_stolen_accounting() local
136 stolen = runnable + offline + __this_cpu_read(xen_residual_stolen); in do_stolen_accounting()
138 if (stolen < 0) in do_stolen_accounting()
139 stolen = 0; in do_stolen_accounting()
141 ticks = iter_div_u64_rem(stolen, NS_PER_TICK, &stolen); in do_stolen_accounting()
142 __this_cpu_write(xen_residual_stolen, stolen); in do_stolen_accounting()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dgtt.c97 WARN_ON(r->stolen); /* refcount these maybe ? */ in psb_gtt_insert()
140 WARN_ON(r->stolen); in psb_gtt_remove()
177 if (!r->stolen && !r->in_gart) in psb_gtt_roll()
253 if (gt->in_gart == 0 && gt->stolen == 0) { in psb_gtt_pin()
303 if (gt->in_gart == 0 && gt->stolen == 0) { in psb_gtt_unpin()
355 gt->stolen = backed; in psb_gtt_alloc_range()
385 WARN_ON(gt->in_gart && !gt->stolen); in psb_gtt_free_range()
Dgem.h20 u64 size, u32 *handlep, int stolen, u32 align);
Dgem.c99 u32 *handlep, int stolen, u32 align) in psb_gem_create() argument
211 if (r->stolen) in psb_gem_fault()
Dgtt.h49 bool stolen; /* Backed from stolen RAM */ member
Dframebuffer.c482 if (backing->stolen) in psbfb_create()
/linux-4.1.27/arch/powerpc/mm/
Dmmu_context_nohash.c276 goto stolen; in switch_mmu_context()
283 goto stolen; in switch_mmu_context()
293 stolen: in switch_mmu_context()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv50.c87 if (nvkm_fb(vma->vm->mmu)->ram->stolen) { in nv50_vm_map()
88 phys += nvkm_fb(vma->vm->mmu)->ram->stolen; in nv50_vm_map()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Drammcp77.c48 priv->base.stolen = (u64)nv_rd32(pfb, 0x100e10) << 12; in mcp77_ram_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dfb.h130 u64 stolen; member
/linux-4.1.27/fs/reiserfs/
Dprocfs.c219 SFPF(stolen), in show_bitmap()
Dbitmap.c228 PROC_INFO_INC(s, scan_bitmap.stolen); in scan_bitmap_block()
Dreiserfs.h489 stat_cnt_t stolen; member
/linux-4.1.27/Documentation/accounting/
Dtaskstats-struct.txt119 * On some architectures, value will adjust for cpu time stolen
/linux-4.1.27/Documentation/power/
Dswsusp.txt290 encrypted and protected are retrieved and stolen from the swap device.
297 inaccessible so they can't be stolen later on. The only thing that
305 suspend image to prevent sensitive data from being stolen after
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-net20 2: stolen from another device
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv.c561 unsigned long stolen; in kvmppc_create_dtl_entry() local
569 stolen = core_stolen - vcpu->arch.stolen_logged; in kvmppc_create_dtl_entry()
572 stolen += vcpu->arch.busy_stolen; in kvmppc_create_dtl_entry()
581 dt->enqueue_to_dispatch_time = cpu_to_be32(stolen); in kvmppc_create_dtl_entry()
/linux-4.1.27/Documentation/locking/
Drt-mutex-design.txt623 would add itself back when it realizes that it had the ownership stolen
660 or if the task is a pending owner and had its mutex stolen. If the "task"
696 and on signal and timeout, will exit the loop, or if we had the mutex stolen
/linux-4.1.27/arch/arm/crypto/
Daesbs-core.S_shipped2480 @ calculate one round of extra tweak for the stolen ciphertext
/linux-4.1.27/init/
DKconfig361 this also enables accounting of stolen time on logically-partitioned