tag | line | file | source code |
---|---|---|---|
smp_scan_config | 130 | arch/i386/mm/init.c | smp_scan_config(0x0,0x400); /* Scan the bottom 1K for a signature */ |
smp_scan_config | 135 | arch/i386/mm/init.c | smp_scan_config(639*0x400,0x400); /* Scan the top 1K of base RAM */ |
smp_scan_config | 136 | arch/i386/mm/init.c | smp_scan_config(0xF0000,0x10000); /* Scan the 64K of bios */ |
smp_scan_config | 177 | include/asm-i386/smp.h | extern void smp_scan_config(unsigned long, unsigned long); |