Home
last modified time | relevance | path

Searched refs:X86_FEATURE_VM_PAGE_FLUSH (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dcpufeatures.h415 #define X86_FEATURE_VM_PAGE_FLUSH (19*32+ 2) /* "" VM Page Flush MSR is supported */ macro
/arch/x86/kvm/svm/
Dsev.c2006 if (boot_cpu_has(X86_FEATURE_VM_PAGE_FLUSH)) { in sev_flush_guest_memory()