tag | line | file | source code |
apic_reg | 48 | arch/i386/kernel/smp.c | unsigned char *apic_reg=((unsigned char *)&nlong)-0x20; /* Later set to the vremap() of the APIC */ |
apic_reg | 473 | arch/i386/kernel/smp.c | apic_reg = vremap(0xFEE00000,4096); |
apic_reg | 476 | arch/i386/kernel/smp.c | if(apic_reg == NULL) |
apic_reg | 133 | include/asm-i386/irq.h | "movl "SYMBOL_NAME_STR(apic_reg)", %edx\n\t" \ |
apic_reg | 177 | include/asm-i386/smp.h | extern unsigned char *apic_reg; |
apic_reg | 208 | include/asm-i386/smp.h | *((unsigned long *)(apic_reg+reg))=v; |
apic_reg | 213 | 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" \ |
apic_reg | 279 | kernel/ksyms.c | X(apic_reg), /* Needed internally for the I386 inlines */ |