Home
last modified time | relevance | path

Searched refs:bootpages (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c556 static page_t *bootpages; variable
1709 bootpages = pp->p_next; in boot_claim_page()
1751 pp->p_next = bootpages; in protect_boot_range()
1754 if (bootpages != NULL) { in protect_boot_range()
1755 bootpages->p_prev = pp; in protect_boot_range()
1757 bootpages = pp; in protect_boot_range()
1922 bootpages = NULL; in startup_vm()
2432 while (bootpages) { in release_bootstrap()
2434 pp = bootpages; in release_bootstrap()
2435 bootpages = pp->p_next; in release_bootstrap()