Searched refs:pmap_kernel_text_ps (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/dev/i386/
H A Dsysctl.c699 uint32_t pmap_kernel_text_ps = PAGE_SIZE; variable
710 SYSCTL_INT (_machdep_pmap, OID_AUTO, kernel_text_ps, CTLFLAG_RD | CTLFLAG_KERN | CTLFLAG_LOCKED, &pmap_kernel_text_ps, 0, "");
/xnu-2422.115.4/osfmk/i386/
H A Dpmap.h348 extern uint32_t pmap_kernel_text_ps;
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c1013 pmap_kernel_text_ps = I386_LPGBYTES;

Completed in 27 milliseconds