Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/xen/
Denlighten_pv.c837 struct physdev_set_iobitmap iobitmap = { in xen_invalidate_io_bitmap() local
843 HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &iobitmap); in xen_invalidate_io_bitmap()
848 struct physdev_set_iobitmap iobitmap; in xen_update_io_bitmap() local
853 iobitmap.bitmap = (uint8_t *)(&tss->x86_tss) + in xen_update_io_bitmap()
856 iobitmap.nr_ports = 0; in xen_update_io_bitmap()
858 iobitmap.nr_ports = IO_BITMAP_BITS; in xen_update_io_bitmap()
860 HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &iobitmap); in xen_update_io_bitmap()