Home
last modified time | relevance | path

Searched refs:IA32e (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/osfmk/i386/
H A Di386_init.c845 boolean_t IA32e = TRUE; in i386_init() local
997 i386_vm_init(maxmemtouse, IA32e, kernelBootArgs); in i386_init()
H A Di386_vm_init.c254 boolean_t IA32e, in i386_vm_init() argument
838 pmap_bootstrap(0, IA32e); in i386_vm_init()
H A Dpmap.h730 boolean_t IA32e);
/xnu-12377.61.12/osfmk/x86_64/
H A Dpmap.c484 __unused boolean_t IA32e) in pmap_bootstrap() argument
486 assert(IA32e); in pmap_bootstrap()