Searched refs:DEFINE_EARLY_PER_CPU (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/x86/mm/ |
D | numa.c | 41 DEFINE_EARLY_PER_CPU(int, x86_cpu_to_node_map, NUMA_NO_NODE);
|
/linux-2.6.39/arch/x86/include/asm/ |
D | percpu.h | 560 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ macro 582 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ macro
|
/linux-2.6.39/arch/x86/kernel/apic/ |
D | apic.c | 76 DEFINE_EARLY_PER_CPU(u16, x86_cpu_to_apicid, BAD_APICID); 77 DEFINE_EARLY_PER_CPU(u16, x86_bios_cpu_apicid, BAD_APICID); 89 DEFINE_EARLY_PER_CPU(int, x86_cpu_to_logical_apicid, BAD_APICID);
|