Searched refs:mm_size (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/i386/include/
H A Dmultiboot.h200 * 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
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_buddy.c308 u64 mm_size; local
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);
/netbsd-current/sys/arch/i386/i386/
H A Dmultiboot.c650 i += mm->mm_size + 4;

Completed in 172 milliseconds