Searched refs:noVMX (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_init.c109 extern int noVMX; /* if set, rosetta should not emulate altivec */
223 if ( ! PE_parse_boot_argn("novmx", &noVMX, sizeof (noVMX)))
224 noVMX = 0; /* OK to support Altivec in rosetta? */
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage.c79 int noVMX = 0; /* if true, do not set kHasAltivec in ppc _cpu_capabilities */ variable
381 if ( ! noVMX ) /* if rosetta will be emulating altivec... */

Completed in 23 milliseconds