Searched refs:vmx_msr_bitmap_longmode (Results 1 – 1 of 1) sorted by relevance
899 static unsigned long *vmx_msr_bitmap_longmode; variable2342 msr_bitmap = vmx_msr_bitmap_longmode; in vmx_set_msr_bitmap()4465 __vmx_disable_intercept_for_msr(vmx_msr_bitmap_longmode, in vmx_disable_intercept_for_msr()6136 vmx_msr_bitmap_longmode = (unsigned long *)__get_free_page(GFP_KERNEL); in hardware_setup()6137 if (!vmx_msr_bitmap_longmode) in hardware_setup()6173 memset(vmx_msr_bitmap_longmode, 0xff, PAGE_SIZE); in hardware_setup()6254 vmx_msr_bitmap_longmode, PAGE_SIZE); in hardware_setup()6316 free_page((unsigned long)vmx_msr_bitmap_longmode); in hardware_setup()6334 free_page((unsigned long)vmx_msr_bitmap_longmode); in hardware_unsetup()