tag | line | file | source code |
io_bitmap | 169 | include/linux/sched.h | unsigned long io_bitmap[IO_BITMAP_SIZE+1]; |
io_bitmap | 193 | kernel/fork.c | p->tss.bitmap = offsetof(struct tss_struct,io_bitmap); |
io_bitmap | 195 | kernel/fork.c | p->tss.io_bitmap[i] = ~0; |
io_bitmap | 33 | kernel/ioport.c | int numl = sizeof(current->tss.io_bitmap) >> 2; |
io_bitmap | 38 | kernel/ioport.c | printk("%s ", ios(current->tss.io_bitmap[j++])); |
io_bitmap | 40 | kernel/ioport.c | printk("%s", ios(current->tss.io_bitmap[j++])); |
io_bitmap | 126 | kernel/ioport.c | set_bitmap((unsigned long *)current->tss.io_bitmap, from, num, !turn_on); |