| tag | line | file | source code |
| apic_reg | 15 | arch/i386/kernel/ksyms.c | X(apic_reg), /* Needed internally for the I386 inlines */ |
| apic_reg | 53 | arch/i386/kernel/smp.c | unsigned char *apic_reg=((unsigned char *)&nlong)-0x20; /* Later set to the vremap() of the APIC */ |
| apic_reg | 489 | arch/i386/kernel/smp.c | apic_reg = vremap(0xFEE00000,4096); |
| apic_reg | 492 | arch/i386/kernel/smp.c | if(apic_reg == NULL) |
| apic_reg | 141 | include/asm-i386/irq.h | "movl "SYMBOL_NAME_STR(apic_reg)", %edx\n\t" \ |
| apic_reg | 178 | include/asm-i386/smp.h | extern unsigned char *apic_reg; |
| apic_reg | 210 | include/asm-i386/smp.h | *((unsigned long *)(apic_reg+reg))=v; |
| apic_reg | 215 | include/asm-i386/smp.h | return *((unsigned long *)(apic_reg+reg)); |
| apic_reg | 80 | include/asm-i386/system.h | "movl "SYMBOL_NAME_STR(apic_reg)",%%edx\n\t" \ |