tag | line | file | source code |
bitmap | 54 | arch/i386/kernel/ioport.c | asmlinkage void set_bitmap(unsigned long *bitmap, short base, short extent, int new_value) |
bitmap | 57 | arch/i386/kernel/ioport.c | unsigned long *bitmap_base = bitmap + (base >> 5); |
bitmap | 88 | arch/i386/kernel/ioport.c | asmlinkage int check_bitmap(unsigned long *bitmap, short base, short extent) |
bitmap | 91 | arch/i386/kernel/ioport.c | unsigned long *bitmap_base = bitmap + (base >> 5); |
bitmap | 138 | arch/i386/kernel/process.c | p->tss.bitmap = offsetof(struct thread_struct,io_bitmap); |
bitmap | 204 | arch/i386/kernel/vm86.c | static inline int is_revectored(int nr, struct revectored_struct * bitmap) |
bitmap | 208 | arch/i386/kernel/vm86.c | :"m" (*bitmap),"r" (nr)); |
bitmap | 102 | include/asm-i386/processor.h | unsigned short trace, bitmap; |