HomeSort by relevance Sort by last modified time
    Searched refs:CPUID_EXT2_NX (Results 1 - 3 of 3) sorted by null

  /external/qemu/target-i386/
helper.c 151 CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX |
174 CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX |
201 .ext2_features = CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX,
233 .ext2_features = CPUID_EXT2_NX,
304 .ext2_features = (PPRO_FEATURES & 0x0183F3FF) | CPUID_EXT2_NX,
    [all...]
misc_helper.c 286 if (env->cpuid_ext2_features & CPUID_EXT2_NX)
cpu.h 484 #define CPUID_EXT2_NX (1 << 20)
    [all...]

Completed in 47 milliseconds