Searched refs:no_shared_cr3 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h393 extern boolean_t no_shared_cr3;
724 if (!cpu_mode_is64bit() || no_shared_cr3) \
H A Dpmap.c620 boolean_t no_shared_cr3 = FALSE; /* -no_shared_cr3 boot arg */ variable
1332 * But this may be overridden by the -no_shared_cr3 boot-arg.
1334 if (PE_parse_boot_argn("-no_shared_cr3", &no_shared_cr3, sizeof (no_shared_cr3))) {
1704 * without doing anything if the -no_shared_cr3 boot-arg is set.
1747 if (no_shared_cr3)

Completed in 27 milliseconds