Searched refs:io_bitmap_max (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dioport.c66 * because the ->io_bitmap_max value must match the bitmap
83 bytes_updated = max(bytes, t->io_bitmap_max);
85 t->io_bitmap_max = bytes;
H A Dprocess.c378 memset(tss->io_bitmap, 0xff, t->io_bitmap_max);
379 t->io_bitmap_max = 0;
493 p->thread.io_bitmap_max = 0;
518 p->thread.io_bitmap_max = 0;
553 max(prev->io_bitmap_max, next->io_bitmap_max));
558 memset(tss->io_bitmap, 0xff, prev->io_bitmap_max);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dioport.c89 * because the ->io_bitmap_max value must match the bitmap
106 bytes_updated = max(bytes, t->io_bitmap_max);
108 t->io_bitmap_max = bytes;
H A Dtraps.c583 thread->io_bitmap_max);
588 if (thread->io_bitmap_max < tss->io_bitmap_max)
590 thread->io_bitmap_max, 0xff,
591 tss->io_bitmap_max - thread->io_bitmap_max);
592 tss->io_bitmap_max = thread->io_bitmap_max;
H A Dprocess.c380 memset(tss->io_bitmap, 0xff, tss->io_bitmap_max);
381 t->io_bitmap_max = 0;
383 tss->io_bitmap_max = 0;
443 p->thread.io_bitmap_max = 0;
477 p->thread.io_bitmap_max = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h334 unsigned long io_bitmap_max; member in struct:tss_struct
372 unsigned long io_bitmap_max; member in struct:thread_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dprocessor.h239 unsigned io_bitmap_max; member in struct:thread_struct

Completed in 117 milliseconds