Searched refs:DEFINE_EARLY_PER_CPU (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | percpu.h | 405 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ macro 438 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | percpu.h | 425 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ macro 458 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ macro
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | numa.c | 72 DEFINE_EARLY_PER_CPU(int, x86_cpu_to_node_map, NUMA_NO_NODE);
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | numa.c | 73 DEFINE_EARLY_PER_CPU(int, x86_cpu_to_node_map, NUMA_NO_NODE);
|
Completed in 5 milliseconds