Searched refs:io_bitmap_max (Results 1 – 6 of 6) sorted by relevance
139 memset(tss->io_bitmap, 0xff, t->io_bitmap_max); in exit_thread()140 t->io_bitmap_max = 0; in exit_thread()262 max(prev->io_bitmap_max, next->io_bitmap_max)); in __switch_to_xtra()267 memset(tss->io_bitmap, 0xff, prev->io_bitmap_max); in __switch_to_xtra()
74 bytes_updated = max(bytes, t->io_bitmap_max); in sys_ioperm()76 t->io_bitmap_max = bytes; in sys_ioperm()
175 p->thread.io_bitmap_max = 0; in copy_thread()192 p->thread.io_bitmap_max = 0; in copy_thread()
199 p->thread.io_bitmap_max = 0; in copy_thread()223 p->thread.io_bitmap_max = 0; in copy_thread()
782 return target->thread.io_bitmap_max / regset->size; in ioperm_active()
537 unsigned io_bitmap_max; member