Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dioport.c25 if (current->thread.io_bitmap) { in io_bitmap_share()
30 refcount_inc(&current->thread.io_bitmap->refcnt); in io_bitmap_share()
31 tsk->thread.io_bitmap = current->thread.io_bitmap; in io_bitmap_share()
41 if (t->iopl_emul == 3 || t->io_bitmap) { in task_update_io_bitmap()
55 struct io_bitmap *iobm = tsk->thread.io_bitmap; in io_bitmap_exit()
57 tsk->thread.io_bitmap = NULL; in io_bitmap_exit()
75 struct io_bitmap *iobm; in ksys_ioperm()
88 iobm = t->io_bitmap; in ksys_ioperm()
119 t->io_bitmap = iobm; in ksys_ioperm()
H A Dptrace.c696 struct io_bitmap *iobm = target->thread.io_bitmap; in ioperm_active()
705 struct io_bitmap *iobm = target->thread.io_bitmap; in ioperm_get()
/linux/arch/x86/include/asm/
H A Dio_bitmap.h8 struct io_bitmap { struct