Home
last modified time | relevance | path

Searched refs:vmx_io_bitmap_b (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dvmx.c835 static unsigned long *vmx_io_bitmap_b; variable
4626 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()