Home
last modified time | relevance | path

Searched refs:memmap (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/i386/
H A Di386_vm_init.c192 boolean_t memmap = FALSE; variable
235 #define DPRINTF(x...) do { if (memmap) kprintf(x); } while (0)
275 PE_parse_boot_argn("memmap", &memmap, sizeof(memmap)); in i386_vm_init()
702 if (memmap) { in i386_vm_init()
/xnu-8020.140.41/bsd/dev/i386/
H A Dsysctl.c818 SYSCTL_NODE(_machdep, OID_AUTO, memmap, CTLFLAG_RD | CTLFLAG_LOCKED, NULL, "physical memory map");