Searched refs:DEFINE_EARLY_PER_CPU (Results 1 - 3 of 3) sorted by relevance

/arch/x86/include/asm/
H A Dpercpu.h552 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ macro
574 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ macro
/arch/x86/kernel/apic/
H A Dapic.c77 DEFINE_EARLY_PER_CPU(u16, x86_cpu_to_apicid, BAD_APICID);
78 DEFINE_EARLY_PER_CPU(u16, x86_bios_cpu_apicid, BAD_APICID);
90 DEFINE_EARLY_PER_CPU(int, x86_cpu_to_logical_apicid, BAD_APICID);
/arch/x86/mm/
H A Dnuma.c78 DEFINE_EARLY_PER_CPU(int, x86_cpu_to_node_map, NUMA_NO_NODE);

Completed in 425 milliseconds