Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dioport.c89 bytes_updated = max(bytes, t->io_bitmap_max); in ksys_ioperm()
91 t->io_bitmap_max = bytes; in ksys_ioperm()
Dprocess.c124 memset(tss->io_bitmap, 0xff, t->io_bitmap_max); in exit_thread()
125 t->io_bitmap_max = 0; in exit_thread()
284 max(prev->io_bitmap_max, next->io_bitmap_max)); in switch_to_bitmap()
294 memset(tss->io_bitmap, 0xff, prev->io_bitmap_max); in switch_to_bitmap()
Dprocess_32.c161 p->thread.io_bitmap_max = 0; in copy_thread_tls()
178 p->thread.io_bitmap_max = 0; in copy_thread_tls()
Dprocess_64.c419 p->thread.io_bitmap_max = 0; in copy_thread_tls()
443 p->thread.io_bitmap_max = 0; in copy_thread_tls()
Dptrace.c700 return target->thread.io_bitmap_max / regset->size; in ioperm_active()
/Linux-v5.4/arch/x86/include/asm/
Dprocessor.h486 unsigned io_bitmap_max; member