Home
last modified time | relevance | path

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

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