Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/i386/
H A Dsysctl.c803 uint32_t pmap_kernel_text_ps = PAGE_SIZE; variable
814 …OID_AUTO, kernel_text_ps, CTLFLAG_RD | CTLFLAG_KERN | CTLFLAG_LOCKED, &pmap_kernel_text_ps, 0, "");
/xnu-11215/osfmk/i386/
H A Dpmap.h453 extern uint32_t pmap_kernel_text_ps;
/xnu-11215/osfmk/x86_64/
H A Dpmap.c1274 pmap_kernel_text_ps = I386_LPGBYTES; in pmap_lowmem_finalize()