Searched defs:kphysm_init (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c253 static void kphysm_init(void);
744 * Avoid fragmentation problems in kphysm_init()
1455 kphysm_init();
2459 * are made before kphysm_init().
2484 * This code was originally part of the function kphysm_init().
2724 * kphysm_init() tackles the problem of initializing physical memory.
2727 kphysm_init(void) function
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c376 * kphysm_init returns the number of pages that were processed
378 static pgcnt_t kphysm_init(page_t *, pgcnt_t);
1383 PRM_POINT("Calling kphysm_init()...");
1384 npages = kphysm_init(pp_base, npages);
1385 PRM_POINT("kphysm_init() done");
2610 * kphysm_init() initializes physical memory.
2613 kphysm_init( function

Completed in 71 milliseconds