HomeSort by: relevance | last modified time | path
    Searched defs:mm_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_buddy.c 308 u64 mm_size; local in function:igt_buddy_alloc_smoke
311 igt_mm_config(&mm_size, &chunk_size);
313 pr_info("buddy_init with size=%llx, chunk_size=%llx\n", mm_size, chunk_size);
315 err = i915_buddy_init(&mm, mm_size, chunk_size);
  /src/sys/arch/i386/include/
multiboot.h 200 * Be aware that mm_size specifies the size of all other fields *except*
201 * for mm_size. In order to jump between two different entries, you
202 * have to count mm_size + 4 bytes.
205 uint32_t mm_size; member in struct:multiboot_mmap

Completed in 13 milliseconds