/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_mm.h | 174 u64 hole_size; member in struct:drm_mm_node 298 return node->hole_size; 402 hole_end = hole_start + pos->hole_size, \
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_gem_gtt.c | 232 u64 hole_size; local in function:lowlevel_hole 234 hole_size = (hole_end - hole_start) >> size; 235 if (hole_size > KMALLOC_MAX_SIZE / sizeof(u32)) 236 hole_size = KMALLOC_MAX_SIZE / sizeof(u32); 237 count = hole_size >> 1; 240 __func__, hole_start, hole_end, size, hole_size); 352 const u64 hole_size = hole_end - hole_start; local in function:fill_hole 355 min_t(u64, ULONG_MAX - 1, hole_size/2 >> PAGE_SHIFT); 563 const u64 hole_size = hole_end - hole_start; local in function:walk_hole 565 min_t(u64, ULONG_MAX - 1, hole_size >> PAGE_SHIFT) 734 u64 hole_size; local in function:drunk_hole [all...] |
/src/sys/arch/sun2/sun2/ |
pmap.c | 201 static vaddr_t hole_start, hole_size; variable in typeref:typename:vaddr_t 1761 if (hole_size) { 1770 c = atop(hole_start + hole_size);
|
/src/sys/arch/sun3/sun3/ |
pmap.c | 211 static vaddr_t hole_start, hole_size; variable in typeref:typename:vaddr_t 1545 hole_size = m68k_round_page(OBMEM_BW2_SIZE); 1793 if (hole_size) { 1802 c = atop(hole_start + hole_size);
|