tag | line | file | source code |
io_bitmap | 140 | include/linux/sched.h | unsigned long io_bitmap[IO_BITMAP_SIZE]; |
io_bitmap | 126 | kernel/fork.c | p->tss.trace_bitmap = offsetof(struct tss_struct,io_bitmap) << 16; |
io_bitmap | 128 | kernel/fork.c | p->tss.io_bitmap[i] = ~0; |
io_bitmap | 30 | kernel/ioport.c | int numl = sizeof(current->tss.io_bitmap) >> 2; |
io_bitmap | 35 | kernel/ioport.c | printk("%s ", ios(current->tss.io_bitmap[j++])); |
io_bitmap | 37 | kernel/ioport.c | printk("%s", ios(current->tss.io_bitmap[j++])); |
io_bitmap | 59 | kernel/ioport.c | if (froml * 32 + tnum > sizeof(current->tss.io_bitmap) * 8 - 8) |
io_bitmap | 67 | kernel/ioport.c | iop = (unsigned long *)current->tss.io_bitmap + froml; |