Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dsvm.h298 #define SVM_INVLPGA ".byte 0x0f, 0x01, 0xdf" macro
/Linux-v4.19/arch/x86/kvm/
Dsvm.c724 asm volatile (__ex(SVM_INVLPGA) : : "a"(addr), "c"(asid)); in invlpga()