Home
last modified time | relevance | path

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

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