Searched refs:vmx_io_bitmap_b (Results 1 – 1 of 1) sorted by relevance
835 static unsigned long *vmx_io_bitmap_b; variable4626 vmcs_write64(IO_BITMAP_B, __pa(vmx_io_bitmap_b)); in vmx_vcpu_setup()6041 vmx_io_bitmap_b = (unsigned long *)__get_free_page(GFP_KERNEL); in hardware_setup()6042 if (!vmx_io_bitmap_b) in hardware_setup()6088 memset(vmx_io_bitmap_b, 0xff, PAGE_SIZE); in hardware_setup()6232 free_page((unsigned long)vmx_io_bitmap_b); in hardware_setup()6245 free_page((unsigned long)vmx_io_bitmap_b); in hardware_unsetup()