THREAD_SIZE 43 arch/x86/include/asm/kprobes.h THREAD_SIZE - (unsigned long)(ADDR))) \ THREAD_SIZE 46 arch/x86/include/asm/kprobes.h THREAD_SIZE - (unsigned long)(ADDR))) THREAD_SIZE 6 arch/x86/include/asm/page_64_types.h #define CURRENT_MASK (~(THREAD_SIZE - 1)) THREAD_SIZE 455 arch/x86/include/asm/processor.h u32 stack[THREAD_SIZE/sizeof(u32)]; THREAD_SIZE 456 arch/x86/include/asm/processor.h } __aligned(THREAD_SIZE); THREAD_SIZE 868 arch/x86/include/asm/processor.h #define THREAD_SIZE_LONGS (THREAD_SIZE/sizeof(unsigned long)) THREAD_SIZE 206 arch/x86/include/asm/ptrace.h return ((addr & ~(THREAD_SIZE - 1)) == THREAD_SIZE 207 arch/x86/include/asm/ptrace.h (kernel_stack_pointer(regs) & ~(THREAD_SIZE - 1))); THREAD_SIZE 153 arch/x86/include/asm/thread_info.h #define STACK_WARN (THREAD_SIZE/8) THREAD_SIZE 169 arch/x86/include/asm/thread_info.h KERNEL_STACK_OFFSET - THREAD_SIZE); THREAD_SIZE 178 arch/x86/include/asm/thread_info.h _ASM_SUB $(THREAD_SIZE-KERNEL_STACK_OFFSET),reg ; THREAD_SIZE 184 arch/x86/include/asm/thread_info.h #define THREAD_INFO(reg, off) KERNEL_STACK_OFFSET+(off)-THREAD_SIZE(reg) THREAD_SIZE 2243 include/linux/sched.h unsigned long stack[THREAD_SIZE/sizeof(long)]; THREAD_SIZE 2252 include/linux/sched.h return !(((unsigned long)addr+sizeof(void*)-1) & (THREAD_SIZE-sizeof(void*))); THREAD_SIZE 2646 include/linux/sched.h return (unsigned long *)((unsigned long)task_thread_info(p) + THREAD_SIZE) - 1; THREAD_SIZE 2660 include/linux/sched.h return (obj >= stack) && (obj < (stack + THREAD_SIZE));