Searched refs:SVM_INVLPGA (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ | ||
D | svm.h | 325 #define SVM_INVLPGA ".byte 0x0f, 0x01, 0xdf" macro |
/arch/x86/kvm/ | ||
D | svm.c | 144 asm volatile (__ex(SVM_INVLPGA) :: "a"(addr), "c"(asid)); in invlpga() |