Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dmisc_helper.c280 if (env->cpuid_ext2_features & CPUID_EXT2_SYSCALL) in helper_wrmsr()
Dhelper.c151 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,
Dcpu.h476 #define CPUID_EXT2_SYSCALL (1 << 11) macro