Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.h232 extern void clear_boot_mappings(uintptr_t, uintptr_t);
H A Dhat_i86.c4536 clear_boot_mappings(uintptr_t low, uintptr_t high) in clear_boot_mappings() function
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c2369 clear_boot_mappings(0, _userlimit); in release_bootstrap()