Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dvmx.c918 static unsigned long *vmx_io_bitmap_a; variable
5010 vmcs_write64(IO_BITMAP_A, __pa(vmx_io_bitmap_a)); in vmx_vcpu_setup()
6382 vmx_io_bitmap_a = (unsigned long *)__get_free_page(GFP_KERNEL); in hardware_setup()
6383 if (!vmx_io_bitmap_a) in hardware_setup()
6401 memset(vmx_io_bitmap_a, 0xff, PAGE_SIZE); in hardware_setup()
6512 free_page((unsigned long)vmx_io_bitmap_a); in hardware_setup()
6520 free_page((unsigned long)vmx_io_bitmap_a); in hardware_unsetup()