Home
last modified time | relevance | path

Searched refs:CPUID_EXT2_NX (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-i386/
Dhelper.c152 CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX |
175 CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX |
202 .ext2_features = CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX,
234 .ext2_features = CPUID_EXT2_NX,
305 .ext2_features = (PPRO_FEATURES & 0x0183F3FF) | CPUID_EXT2_NX,
Dcpu.h385 #define CPUID_EXT2_NX (1 << 20) macro
Dop_helper.c3057 if (env->cpuid_ext2_features & CPUID_EXT2_NX) in helper_wrmsr()