Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dvmx.c897 static unsigned long *vmx_io_bitmap_b; variable
4778 vmcs_write64(IO_BITMAP_B, __pa(vmx_io_bitmap_b)); in vmx_vcpu_setup()
6123 vmx_io_bitmap_b = (unsigned long *)__get_free_page(GFP_KERNEL); in hardware_setup()
6124 if (!vmx_io_bitmap_b) in hardware_setup()
6170 memset(vmx_io_bitmap_b, 0xff, PAGE_SIZE); in hardware_setup()
6322 free_page((unsigned long)vmx_io_bitmap_b); in hardware_setup()
6335 free_page((unsigned long)vmx_io_bitmap_b); in hardware_unsetup()