Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dsvm.h325 #define SVM_INVLPGA ".byte 0x0f, 0x01, 0xdf" macro
/arch/x86/kvm/
Dsvm.c144 asm volatile (__ex(SVM_INVLPGA) :: "a"(addr), "c"(asid)); in invlpga()