tag | line | file | source code |
bitmap | 15 | arch/i386/kernel/ioport.c | static void set_bitmap(unsigned long *bitmap, short base, short extent, int new_value) |
bitmap | 18 | arch/i386/kernel/ioport.c | unsigned long *bitmap_base = bitmap + (base >> 5); |
bitmap | 189 | arch/i386/kernel/process.c | p->tss.bitmap = offsetof(struct thread_struct,io_bitmap); |
bitmap | 218 | arch/i386/kernel/vm86.c | static inline int is_revectored(int nr, struct revectored_struct * bitmap) |
bitmap | 220 | arch/i386/kernel/vm86.c | if (verify_area(VERIFY_READ, bitmap, 256/8) < 0) |
bitmap | 224 | arch/i386/kernel/vm86.c | :"m" (*bitmap),"r" (nr)); |
bitmap | 19 | arch/mips/kernel/ioport.c | static void set_bitmap(unsigned long *bitmap, short base, short extent, int new_value) |
bitmap | 22 | arch/mips/kernel/ioport.c | unsigned long *bitmap_base = bitmap + (base >> 5); |
bitmap | 97 | include/asm-i386/processor.h | unsigned short trace, bitmap; |