Searched refs:io_bitmap (Results 1 – 6 of 6) sorted by relevance
25 if (current->thread.io_bitmap) { in io_bitmap_share()30 refcount_inc(¤t->thread.io_bitmap->refcnt); in io_bitmap_share()31 tsk->thread.io_bitmap = current->thread.io_bitmap; in io_bitmap_share()40 if (t->iopl_emul == 3 || t->io_bitmap) { in task_update_io_bitmap()54 struct io_bitmap *iobm = tsk->thread.io_bitmap; in io_bitmap_exit()56 tsk->thread.io_bitmap = NULL; in io_bitmap_exit()69 struct io_bitmap *iobm; in ksys_ioperm()82 iobm = t->io_bitmap; in ksys_ioperm()113 t->io_bitmap = iobm; in ksys_ioperm()
148 p->thread.io_bitmap = NULL; in copy_thread()386 static void tss_copy_io_bitmap(struct tss_struct *tss, struct io_bitmap *iobm) in tss_copy_io_bitmap()396 memcpy(tss->io_bitmap.bitmap, iobm->bitmap, in tss_copy_io_bitmap()397 max(tss->io_bitmap.prev_max, iobm->max)); in tss_copy_io_bitmap()403 tss->io_bitmap.prev_max = iobm->max; in tss_copy_io_bitmap()404 tss->io_bitmap.prev_sequence = iobm->sequence; in tss_copy_io_bitmap()424 struct io_bitmap *iobm = t->io_bitmap; in native_tss_update_io_bitmap()430 if (tss->io_bitmap.prev_sequence != iobm->sequence) in native_tss_update_io_bitmap()
677 struct io_bitmap *iobm = target->thread.io_bitmap; in ioperm_active()686 struct io_bitmap *iobm = target->thread.io_bitmap; in ioperm_get()
10 struct io_bitmap;347 (offsetof(struct tss_struct, io_bitmap.bitmap) - \351 (offsetof(struct tss_struct, io_bitmap.mapall) - \417 struct x86_io_bitmap io_bitmap; member510 struct io_bitmap *io_bitmap; member
8 struct io_bitmap { struct
1950 tss->io_bitmap.prev_max = 0; in tss_setup_io_bitmap()1951 tss->io_bitmap.prev_sequence = 0; in tss_setup_io_bitmap()1952 memset(tss->io_bitmap.bitmap, 0xff, sizeof(tss->io_bitmap.bitmap)); in tss_setup_io_bitmap()1957 tss->io_bitmap.mapall[IO_BITMAP_LONGS] = ~0UL; in tss_setup_io_bitmap()
Completed in 15 milliseconds