Home
last modified time | relevance | path

Searched refs:TOP_OF_KERNEL_STACK_PADDING (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dthread_info.h17 * TOP_OF_KERNEL_STACK_PADDING is a number of unused bytes that we
38 # define TOP_OF_KERNEL_STACK_PADDING 16 macro
40 # define TOP_OF_KERNEL_STACK_PADDING 8 macro
43 # define TOP_OF_KERNEL_STACK_PADDING 0 macro
H A Dprocessor.h761 TOP_OF_KERNEL_STACK_PADDING)
768 __ptr += THREAD_SIZE - TOP_OF_KERNEL_STACK_PADDING; \
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dthread_info.h17 * TOP_OF_KERNEL_STACK_PADDING is a number of unused bytes that we
38 # define TOP_OF_KERNEL_STACK_PADDING 16 macro
40 # define TOP_OF_KERNEL_STACK_PADDING 8 macro
43 # define TOP_OF_KERNEL_STACK_PADDING 0 macro
H A Dprocessor.h630 TOP_OF_KERNEL_STACK_PADDING)
637 __ptr += THREAD_SIZE - TOP_OF_KERNEL_STACK_PADDING; \
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhead_32.S557 SIZEOF_PTREGS - TOP_OF_KERNEL_STACK_PADDING)
H A Dprocess.c958 * ----------- top = topmax - TOP_OF_KERNEL_STACK_PADDING in get_wchan()
969 top = start + THREAD_SIZE - TOP_OF_KERNEL_STACK_PADDING; in get_wchan()
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dentry_32.S1223 leal -TOP_OF_KERNEL_STACK_PADDING-PTREGS_SIZE(%esi), %esp
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dentry_32.S1341 leal -TOP_OF_KERNEL_STACK_PADDING-PTREGS_SIZE(%esi), %esp

Completed in 8 milliseconds