x8664_pda          49 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(pda_ ## entry, offsetof(struct x8664_pda, entry))
x8664_pda         855 arch/x86/kernel/cpu/common.c struct x8664_pda **_cpu_pda __read_mostly;
x8664_pda         864 arch/x86/kernel/cpu/common.c 	struct x8664_pda *pda = cpu_pda(cpu);
x8664_pda          29 arch/x86/kernel/head64.c static struct x8664_pda _boot_cpu_pda __read_mostly;
x8664_pda          37 arch/x86/kernel/head64.c static struct x8664_pda *__cpu_pda[NR_CPUS] __initdata;
x8664_pda          39 arch/x86/kernel/head64.c static struct x8664_pda *__cpu_pda[NR_CPUS] __read_mostly;
x8664_pda         648 arch/x86/kernel/process_64.c 	BUILD_BUG_ON(offsetof(struct x8664_pda, stack_canary) != 40);
x8664_pda         103 arch/x86/kernel/setup_percpu.c 	struct x8664_pda **new_cpu_pda;
x8664_pda         107 arch/x86/kernel/setup_percpu.c 	size = roundup(sizeof(struct x8664_pda), cache_line_size());
x8664_pda         126 arch/x86/kernel/setup_percpu.c 		new_cpu_pda[cpu] = (struct x8664_pda *)pda;
x8664_pda         774 arch/x86/kernel/smpboot.c 	struct x8664_pda *oldpda, *newpda;
x8664_pda         775 arch/x86/kernel/smpboot.c 	unsigned long size = sizeof(struct x8664_pda);
x8664_pda          42 include/asm-x86/pda.h extern struct x8664_pda **_cpu_pda;
x8664_pda          57 include/asm-x86/pda.h extern struct x8664_pda _proxy_pda;
x8664_pda          59 include/asm-x86/pda.h #define pda_offset(field) offsetof(struct x8664_pda, field)
x8664_pda         109 include/asm-x86/system.h 	       [pda_pcurrent] "i" (offsetof(struct x8664_pda, pcurrent))  \