Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dprocess.c139 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()
Dioport.c74 bytes_updated = max(bytes, t->io_bitmap_max); in sys_ioperm()
76 t->io_bitmap_max = bytes; in sys_ioperm()
Dprocess_32.c175 p->thread.io_bitmap_max = 0; in copy_thread()
192 p->thread.io_bitmap_max = 0; in copy_thread()
Dprocess_64.c199 p->thread.io_bitmap_max = 0; in copy_thread()
223 p->thread.io_bitmap_max = 0; in copy_thread()
Dptrace.c782 return target->thread.io_bitmap_max / regset->size; in ioperm_active()
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h537 unsigned io_bitmap_max; member