/src/sys/external/bsd/drm2/dist/drm/ |
drm_mm.c | 538 u64 hole_start, hole_end; local in function:drm_mm_reserve_node 551 adj_end = hole_end = hole_start + hole->hole_size; 571 if (end < hole_end) 630 u64 hole_end = hole_start + hole->hole_size; local in function:drm_mm_insert_node_in_range 637 if (mode == DRM_MM_INSERT_HIGH && hole_end <= range_start) 641 col_end = hole_end; 691 if (adj_start + size < hole_end) 879 u64 hole_start, hole_end; local in function:drm_mm_scan_add_block 899 hole_end = __drm_mm_hole_node_end(hole); 902 col_end = hole_end; 1010 u64 hole_start, hole_end; local in function:drm_mm_scan_color_evict [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_gem_gtt.c | 216 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); 287 hole_end = hole_start; /* quit */ 349 u64 hole_start, u64 hole_end, 352 const u64 hole_size = hole_end - hole_start; 376 { "top-down", hole_end, -1, }, 425 if (offset + obj->base.size > hole_end) 1087 u64 hole_start, hole_end, last = 0; local in function:exercise_ggtt [all...] |
/src/sys/external/bsd/drm2/dist/drm/selftests/ |
test-drm_mm.c | 61 u64 hole_start, hole_end; local in function:assert_no_holes 65 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) 85 u64 hole_start, hole_end; local in function:assert_one_hole 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 in function:show_holes 1160 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { 1176 hole_start, hole_end, hole_end - hole_start [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_ggtt.c | 635 unsigned long hole_start, hole_end; local in function:init_ggtt 675 drm_mm_for_each_hole(entry, &ggtt->vm.mm, hole_start, hole_end) { 677 hole_start, hole_end); 679 hole_end - hole_start);
|
/src/sys/arch/sparc64/sparc64/ |
pmap.c | 3794 const vaddr_t hole_end = 0xfffff80000000000; local in function:sparc64_mmap_range_test 3796 if (addr >= hole_end)
|