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

/linux-master/arch/x86/xen/
H A Denlighten_pv.c957 struct physdev_set_iobitmap iobitmap = { local
963 HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &iobitmap);
968 struct physdev_set_iobitmap iobitmap; local
973 iobitmap.bitmap = (uint8_t *)(&tss->x86_tss) +
976 iobitmap.nr_ports = 0;
978 iobitmap.nr_ports = IO_BITMAP_BITS;
980 HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &iobitmap);

Completed in 208 milliseconds