Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Di386_init.c843 boolean_t IA32e = TRUE; in i386_init() local
995 i386_vm_init(maxmemtouse, IA32e, kernelBootArgs); in i386_init()
H A Di386_vm_init.c253 boolean_t IA32e, in i386_vm_init() argument
837 pmap_bootstrap(0, IA32e); in i386_vm_init()
H A Dpmap.h730 boolean_t IA32e);
/xnu-10063.141.1/osfmk/x86_64/
H A Dpmap.c484 __unused boolean_t IA32e) in pmap_bootstrap() argument
486 assert(IA32e); in pmap_bootstrap()