fixed_percpu_data  398 arch/x86/include/asm/processor.h DECLARE_PER_CPU_FIRST(struct fixed_percpu_data, fixed_percpu_data) __visible;
fixed_percpu_data  399 arch/x86/include/asm/processor.h DECLARE_INIT_PER_CPU(fixed_percpu_data);
fixed_percpu_data  403 arch/x86/include/asm/processor.h 	return (unsigned long)per_cpu(fixed_percpu_data.gs_base, cpu);
fixed_percpu_data   72 arch/x86/include/asm/stackprotector.h 	BUILD_BUG_ON(offsetof(struct fixed_percpu_data, stack_canary) != 40);
fixed_percpu_data   87 arch/x86/include/asm/stackprotector.h 	this_cpu_write(fixed_percpu_data.stack_canary, canary);
fixed_percpu_data   90 arch/x86/kernel/asm-offsets_64.c 	DEFINE(stack_canary_offset, offsetof(struct fixed_percpu_data, stack_canary));
fixed_percpu_data 1690 arch/x86/kernel/cpu/common.c DEFINE_PER_CPU_FIRST(struct fixed_percpu_data,
fixed_percpu_data 1691 arch/x86/kernel/cpu/common.c 		     fixed_percpu_data) __aligned(PAGE_SIZE) __visible;
fixed_percpu_data 1692 arch/x86/kernel/cpu/common.c EXPORT_PER_CPU_SYMBOL_GPL(fixed_percpu_data);