Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
A Denlighten_pv.c845 struct physdev_set_iobitmap iobitmap = { in xen_invalidate_io_bitmap() local
851 HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &iobitmap); in xen_invalidate_io_bitmap()
856 struct physdev_set_iobitmap iobitmap; in xen_update_io_bitmap() local
861 iobitmap.bitmap = (uint8_t *)(&tss->x86_tss) + in xen_update_io_bitmap()
864 iobitmap.nr_ports = 0; in xen_update_io_bitmap()
866 iobitmap.nr_ports = IO_BITMAP_BITS; in xen_update_io_bitmap()
868 HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &iobitmap); in xen_update_io_bitmap()

Completed in 5 milliseconds