_early_map        573 arch/x86/include/asm/percpu.h 	__typeof__(_type) _name##_early_map[NR_CPUS] __initdata =	\
_early_map        575 arch/x86/include/asm/percpu.h 	__typeof__(_type) *_name##_early_ptr __refdata = _name##_early_map
_early_map        579 arch/x86/include/asm/percpu.h 	__typeof__(_type) _name##_early_map[NR_CPUS] __initdata =	\
_early_map        581 arch/x86/include/asm/percpu.h 	__typeof__(_type) *_name##_early_ptr __refdata = _name##_early_map
_early_map        589 arch/x86/include/asm/percpu.h 	extern __typeof__(_type)  _name##_early_map[]
_early_map        594 arch/x86/include/asm/percpu.h 	extern __typeof__(_type)  _name##_early_map[]
_early_map        597 arch/x86/include/asm/percpu.h #define	early_per_cpu_map(_name, _idx) (_name##_early_map[_idx])