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

/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c177 uint32_t npvhash = 0; variable
414 if (PE_parse_boot_argn("npvhash", &npvhash, sizeof (npvhash))) {
415 if (0 != ((npvhash + 1) & npvhash)) {
417 "using default %d\n", npvhash, NPVHASH);
418 npvhash = NPVHASH;
421 npvhash = NPVHASH;
660 + (sizeof (struct pv_hashed_entry_t *) * (npvhash
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpmap_internal.h239 #define CHK_NPVHASH() if(0 == npvhash) panic("npvhash uninitialized");
259 extern uint32_t npvhash;
482 npvhash;

Completed in 95 milliseconds