Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_para.h22 ALTERNATIVE(".byte 0x0f,0x01,0xc1", ".byte 0x0f,0x01,0xd9", X86_FEATURE_VMMCALL)
Dcpufeature.h216 #define X86_FEATURE_VMMCALL ( 8*32+15) /* Prefer vmmcall to vmcall */ macro
/linux-4.1.27/arch/x86/kernel/cpu/
Damd.c537 set_cpu_cap(c, X86_FEATURE_VMMCALL); in early_init_amd()