Searched refs:vmx_msr_bitmap_longmode (Results 1 – 1 of 1) sorted by relevance
837 static unsigned long *vmx_msr_bitmap_longmode; variable2198 msr_bitmap = vmx_msr_bitmap_longmode; in vmx_set_msr_bitmap()4333 __vmx_disable_intercept_for_msr(vmx_msr_bitmap_longmode, in vmx_disable_intercept_for_msr()6054 vmx_msr_bitmap_longmode = (unsigned long *)__get_free_page(GFP_KERNEL); in hardware_setup()6055 if (!vmx_msr_bitmap_longmode) in hardware_setup()6091 memset(vmx_msr_bitmap_longmode, 0xff, PAGE_SIZE); in hardware_setup()6166 vmx_msr_bitmap_longmode, PAGE_SIZE); in hardware_setup()6226 free_page((unsigned long)vmx_msr_bitmap_longmode); in hardware_setup()6244 free_page((unsigned long)vmx_msr_bitmap_longmode); in hardware_unsetup()