Home
last modified time | relevance | path

Searched refs:CPUID_EXT2_LM (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,
1740 if (env->cpuid_ext2_features & CPUID_EXT2_LM) { in cpu_x86_cpuid()
Dcpu.h390 #define CPUID_EXT2_LM (1 << 29) macro
Dop_helper.c3053 if (env->cpuid_ext2_features & CPUID_EXT2_LM) in helper_wrmsr()