io_bitmap_max     486 arch/x86/include/asm/processor.h 	unsigned		io_bitmap_max;
io_bitmap_max      89 arch/x86/kernel/ioport.c 	bytes_updated = max(bytes, t->io_bitmap_max);
io_bitmap_max      91 arch/x86/kernel/ioport.c 	t->io_bitmap_max = bytes;
io_bitmap_max     124 arch/x86/kernel/process.c 		memset(tss->io_bitmap, 0xff, t->io_bitmap_max);
io_bitmap_max     125 arch/x86/kernel/process.c 		t->io_bitmap_max = 0;
io_bitmap_max     284 arch/x86/kernel/process.c 		       max(prev->io_bitmap_max, next->io_bitmap_max));
io_bitmap_max     294 arch/x86/kernel/process.c 		memset(tss->io_bitmap, 0xff, prev->io_bitmap_max);
io_bitmap_max     161 arch/x86/kernel/process_32.c 			p->thread.io_bitmap_max = 0;
io_bitmap_max     178 arch/x86/kernel/process_32.c 		p->thread.io_bitmap_max = 0;
io_bitmap_max     419 arch/x86/kernel/process_64.c 			p->thread.io_bitmap_max = 0;
io_bitmap_max     443 arch/x86/kernel/process_64.c 		p->thread.io_bitmap_max = 0;
io_bitmap_max     700 arch/x86/kernel/ptrace.c 	return target->thread.io_bitmap_max / regset->size;