KVM: MMU: fix SMAP virtualization
[deliverable/linux.git] / arch / x86 / include / asm / kvm_host.h
index 8b661d1946b54af709250d61324ae7772fdb3ce3..bbb8f4e7738a6b1440d1778f4de5d3ab857dc9c7 100644 (file)
@@ -207,6 +207,7 @@ union kvm_mmu_page_role {
                unsigned nxe:1;
                unsigned cr0_wp:1;
                unsigned smep_andnot_wp:1;
+               unsigned smap_andnot_wp:1;
        };
 };
 
This page took 0.027293 seconds and 5 git commands to generate.