Searched refs:hole_start (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_gem_gtt.c216 u64 hole_start, u64 hole_end,
228 for (size = 12; (hole_end - hole_start) >> size; size++) {
234 hole_size = (hole_end - hole_start) >> size;
240 __func__, hole_start, hole_end, size, hole_size);
256 GEM_BUG_ON(hole_start + count * BIT_ULL(size) > hole_end);
279 u64 addr = hole_start + order[n] * BIT_ULL(size);
287 hole_end = hole_start; /* quit */
307 u64 addr = hole_start + order[n] * BIT_ULL(size);
349 u64 hole_start, u64 hole_end,
352 const u64 hole_size = hole_end - hole_start;
215 lowlevel_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
348 fill_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
559 walk_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
642 pot_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
717 drunk_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
826 __shrink_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
901 shrink_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
923 shrink_boom(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
1001 exercise_ppgtt(struct drm_i915_private *dev_priv, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) argument
1081 exercise_ggtt(struct drm_i915_private *i915, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) argument
1087 u64 hole_start, hole_end, last = 0; local
1250 exercise_mock(struct drm_i915_private *i915, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mm.c447 u64 hole_start; local
450 hole_start = __drm_mm_hole_node_start(node);
452 if (addr < hole_start)
454 else if (addr > hole_start + node->hole_size)
538 u64 hole_start, hole_end; local
550 adj_start = hole_start = __drm_mm_hole_node_start(hole);
551 adj_end = hole_end = hole_start + hole->hole_size;
569 if (node->start > hole_start)
629 u64 hole_start = __drm_mm_hole_node_start(hole); local
630 u64 hole_end = hole_start
879 u64 hole_start, hole_end; local
1010 u64 hole_start, hole_end; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_mm.h385 * @hole_start: ulong variable to assign the hole start to on each iteration
394 * We need to inline list_for_each_entry in order to be able to set hole_start
397 #define drm_mm_for_each_hole(pos, mm, hole_start, hole_end) \
401 hole_start = drm_mm_hole_node_start(pos), \
402 hole_end = hole_start + pos->hole_size, \
/netbsd-current/sys/external/bsd/drm2/dist/drm/selftests/
H A Dtest-drm_mm.c61 u64 hole_start, hole_end; local
65 drm_mm_for_each_hole(hole, mm, hole_start, hole_end)
85 u64 hole_start, hole_end; local
93 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) {
94 if (start != hole_start || end != hole_end) {
97 hole_start, hole_end,
1157 u64 hole_start, hole_end; local
1160 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) {
1176 hole_start, hole_end, hole_end - hole_start,
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ggtt.c633 unsigned long hole_start, hole_end; local
673 drm_mm_for_each_hole(entry, &ggtt->vm.mm, hole_start, hole_end) {
675 hole_start, hole_end);
676 ggtt->vm.clear_range(&ggtt->vm, hole_start,
677 hole_end - hole_start);
/netbsd-current/sys/arch/sun3/sun3/
H A Dpmap.c211 static vaddr_t hole_start, hole_size; variable
1544 hole_start = m68k_trunc_page(OBMEM_BW50_ADDR);
1546 if (avail_start > hole_start) {
1800 b = atop(hole_start);
1802 c = atop(hole_start + hole_size);
/netbsd-current/sys/arch/sun2/sun2/
H A Dpmap.c201 static vaddr_t hole_start, hole_size; variable
1768 b = atop(hole_start);
1770 c = atop(hole_start + hole_size);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dpmap.c3793 const vaddr_t hole_start = 0x000007ffffffffff; local
3798 if (eaddr <= hole_start)

Completed in 303 milliseconds