DEFINE             95 arch/x86/kernel/asm-offsets_32.c 	DEFINE(TSS_sysenter_sp0, offsetof(struct tss_struct, x86_tss.sp0) -
DEFINE             98 arch/x86/kernel/asm-offsets_32.c 	DEFINE(PAGE_SIZE_asm, PAGE_SIZE);
DEFINE             99 arch/x86/kernel/asm-offsets_32.c 	DEFINE(PAGE_SHIFT_asm, PAGE_SHIFT);
DEFINE            100 arch/x86/kernel/asm-offsets_32.c 	DEFINE(PTRS_PER_PTE, PTRS_PER_PTE);
DEFINE            101 arch/x86/kernel/asm-offsets_32.c 	DEFINE(PTRS_PER_PMD, PTRS_PER_PMD);
DEFINE            102 arch/x86/kernel/asm-offsets_32.c 	DEFINE(PTRS_PER_PGD, PTRS_PER_PGD);
DEFINE             33 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(tsk_ ## entry, offsetof(struct task_struct, entry))
DEFINE             39 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(TI_ ## entry, offsetof(struct thread_info, entry))
DEFINE             49 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(pda_ ## entry, offsetof(struct x8664_pda, entry))
DEFINE             77 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(IA32_SIGCONTEXT_ ## entry, offsetof(struct sigcontext_ia32, entry))
DEFINE             89 arch/x86/kernel/asm-offsets_64.c 	DEFINE(IA32_RT_SIGFRAME_sigcontext,
DEFINE             93 arch/x86/kernel/asm-offsets_64.c 	DEFINE(pbe_address, offsetof(struct pbe, address));
DEFINE             94 arch/x86/kernel/asm-offsets_64.c 	DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address));
DEFINE             95 arch/x86/kernel/asm-offsets_64.c 	DEFINE(pbe_next, offsetof(struct pbe, next));
DEFINE             97 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(pt_regs_ ## entry, offsetof(struct pt_regs, entry))
DEFINE            117 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(saved_context_ ## entry, offsetof(struct saved_context, entry))
DEFINE            125 arch/x86/kernel/asm-offsets_64.c 	DEFINE(TSS_ist, offsetof(struct tss_struct, x86_tss.ist));
DEFINE            127 arch/x86/kernel/asm-offsets_64.c 	DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx));
DEFINE            129 arch/x86/kernel/asm-offsets_64.c 	DEFINE(__NR_syscall_max, sizeof(syscalls) - 1);
DEFINE            138 arch/x86/kernel/asm-offsets_64.c 	DEFINE(PAGE_SIZE_asm, PAGE_SIZE);
DEFINE             10 include/linux/kbuild.h 	DEFINE(sym, offsetof(struct str, mem))
DEFINE             16 kernel/bounds.c 	DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS);
DEFINE             17 kernel/bounds.c 	DEFINE(MAX_NR_ZONES, __MAX_NR_ZONES);