Searched refs:vmx_bitmap (Results 1 – 1 of 1) sorted by relevance
1310 static unsigned long *vmx_bitmap[VMX_BITMAP_NR]; variable1312 #define vmx_vmread_bitmap (vmx_bitmap[VMX_VMREAD_BITMAP])1313 #define vmx_vmwrite_bitmap (vmx_bitmap[VMX_VMWRITE_BITMAP])7870 vmx_bitmap[i] = (unsigned long *)__get_free_page(GFP_KERNEL); in hardware_setup()7871 if (!vmx_bitmap[i]) in hardware_setup()8006 free_page((unsigned long)vmx_bitmap[i]); in hardware_setup()8016 free_page((unsigned long)vmx_bitmap[i]); in hardware_unsetup()