Searched refs:THREAD_SIZE (Results 1 - 25 of 207) sorted by path

123456789

/linux-master/arch/arc/include/asm/
H A Dunwind.h70 #define STACK_LIMIT(ptr) (((ptr) - 1) & ~(THREAD_SIZE - 1))
H A Dentry-compact.h34 #include <asm/thread_info.h> /* For THREAD_SIZE */
377 bic \reg, sp, (THREAD_SIZE - 1)
H A Dentry.h70 add2 \out, \out, (THREAD_SIZE)/4
/linux-master/arch/hexagon/kernel/
H A Dasm-offsets.c67 DEFINE(_THREAD_SIZE, THREAD_SIZE);
/linux-master/arch/m68k/68000/
H A Dhead.S238 lea THREAD_SIZE(%a0),%sp
/linux-master/arch/m68k/coldfire/
H A Dhead.S273 lea THREAD_SIZE(%a0),%sp
/linux-master/arch/m68k/include/asm/
H A Dentry.h231 andl #-THREAD_SIZE,\reg
255 "andw #-"STR(THREAD_SIZE)","#tmp"\n\t" \
H A Dptrace.h18 (struct pt_regs *)((char *)current_thread_info() + THREAD_SIZE) - 1
/linux-master/arch/mips/kernel/
H A Dperf_event.c54 sp <= stack_page + THREAD_SIZE - 32)
H A Dstacktrace.c49 sp <= stack_page + THREAD_SIZE - 32)
/linux-master/arch/nios2/kernel/
H A Dhead.S159 addi sp, r1, THREAD_SIZE
/linux-master/arch/sh/include/asm/
H A Dentry-macros.S27 mov #((THREAD_SIZE - 1) >> 10) ^ 0xff, \tmp
H A Dptrace.h96 return ((addr & ~(THREAD_SIZE - 1)) ==
97 (kernel_stack_pointer(regs) & ~(THREAD_SIZE - 1)));
127 ((struct pt_regs *) (task_stack_page(task) + THREAD_SIZE) - 1)
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dentry.S72 mov #(THREAD_SIZE >> 8),r0
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dentry.S53 mov #(THREAD_SIZE >> 8),r0
/linux-master/arch/sh/lib/
H A Dmcount.S42 mov #(THREAD_SIZE >> 10), r0; \
46 /* r1 = sp & (THREAD_SIZE - 1) */ \
/linux-master/arch/sparc/kernel/
H A Detrap_32.S131 #define STACK_OFFSET (THREAD_SIZE - TRACEREG_SZ - STACKFRAME_SZ)
148 /* If we're sure every task_struct is THREAD_SIZE aligned,
154 sethi %hi(~(THREAD_SIZE - 1)), %curptr
H A Detrap_64.S19 #define TASK_REGOFF (THREAD_SIZE-TRACEREG_SZ-STACKFRAME_SZ)
H A Dkstack.h20 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf)))
26 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf)))
30 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf)))
43 addr <= (base + THREAD_SIZE - sizeof(*regs)))
49 addr <= (base + THREAD_SIZE - sizeof(*regs)))
53 addr <= (base + THREAD_SIZE - sizeof(*regs)))
71 orig_sp > (sp + THREAD_SIZE)) {
72 sp += THREAD_SIZE - 192 - STACK_BIAS;
H A Dtrampoline_32.S65 sethi %hi(THREAD_SIZE - STACKFRAME_SZ), %sp
66 or %sp, %lo(THREAD_SIZE - STACKFRAME_SZ), %sp
126 sethi %hi(THREAD_SIZE - STACKFRAME_SZ), %sp
127 or %sp, %lo(THREAD_SIZE - STACKFRAME_SZ), %sp
182 sethi %hi(THREAD_SIZE - STACKFRAME_SZ), %sp
183 or %sp, %lo(THREAD_SIZE - STACKFRAME_SZ), %sp
H A Dwof.S237 #define STACK_OFFSET (THREAD_SIZE - TRACEREG_SZ - STACKFRAME_SZ)
H A Dwuf.S139 #define STACK_OFFSET (THREAD_SIZE - TRACEREG_SZ - STACKFRAME_SZ)
/linux-master/arch/alpha/include/asm/
H A Dthread_info.h51 #define THREAD_SIZE (2*PAGE_SIZE) macro
/linux-master/arch/alpha/kernel/
H A Dtraps.c160 if (((long) stack & (THREAD_SIZE-1)) == 0)
H A Dvmlinux.lds.S44 /* Align to THREAD_SIZE rather than PAGE_SIZE here so any padding page
45 needed for the THREAD_SIZE aligned init_task gets freed after init */
46 . = ALIGN(THREAD_SIZE);
52 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)

Completed in 260 milliseconds

123456789