Home
last modified time | relevance | path

Searched refs:TOP_OF_KERNEL_STACK_PADDING (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dthread_info.h37 # define TOP_OF_KERNEL_STACK_PADDING 16 macro
39 # define TOP_OF_KERNEL_STACK_PADDING 8 macro
42 # define TOP_OF_KERNEL_STACK_PADDING 0 macro
Dprocessor.h697 TOP_OF_KERNEL_STACK_PADDING)
729 __ptr += THREAD_SIZE - TOP_OF_KERNEL_STACK_PADDING; \
/linux-4.4.14/arch/x86/kernel/
Dprocess.c548 top = start + THREAD_SIZE - TOP_OF_KERNEL_STACK_PADDING; in get_wchan()
/linux-4.4.14/arch/x86/entry/
Dcommon.c36 (unsigned long)(regs + 1) + TOP_OF_KERNEL_STACK_PADDING; in pt_regs_to_thread_info()