Searched refs:THREAD_SIZE (Results 1 - 25 of 66) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dcurrent.h20 : "0" (~(unsigned long)(THREAD_SIZE-1)));
H A Dpage.h27 #define THREAD_SIZE (2*PAGE_SIZE) macro
29 #define INIT_TASK_SIZE THREAD_SIZE
30 #define CURRENT_MASK (~(THREAD_SIZE-1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dcurrent.h20 : "0" (~(unsigned long)(THREAD_SIZE-1)));
H A Dpage.h27 #define THREAD_SIZE (2*PAGE_SIZE) macro
29 #define INIT_TASK_SIZE THREAD_SIZE
30 #define CURRENT_MASK (~(THREAD_SIZE-1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dinit_task.c26 char init_task_stack[THREAD_SIZE - INIT_TASK_SIZE] = { 0 };
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dprocessor.h44 /* THREAD_SIZE is the size of the task_struct/kernel_stack combo.
45 * normally, the stack is found by doing something like p + THREAD_SIZE
49 #define THREAD_SIZE PAGE_SIZE macro
73 #define user_regs(task) (((struct pt_regs *)((unsigned long)(task) + THREAD_SIZE)) - 1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dprocessor.h44 /* THREAD_SIZE is the size of the task_struct/kernel_stack combo.
45 * normally, the stack is found by doing something like p + THREAD_SIZE
49 #define THREAD_SIZE PAGE_SIZE macro
73 #define user_regs(task) (((struct pt_regs *)((unsigned long)(task) + THREAD_SIZE)) - 1)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dprocessor.h65 #define THREAD_SIZE (2*PAGE_SIZE) macro
139 (((unsigned long) tsk + THREAD_SIZE - sizeof(struct pt_regs)) & -8L))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dprocessor.h72 #define THREAD_SIZE (4*PAGE_SIZE) macro
154 (((unsigned long) tsk + THREAD_SIZE - sizeof(struct pt_regs)) & -8L))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dprocessor.h65 #define THREAD_SIZE (2*PAGE_SIZE) macro
139 (((unsigned long) tsk + THREAD_SIZE - sizeof(struct pt_regs)) & -8L))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dprocessor.h72 #define THREAD_SIZE (4*PAGE_SIZE) macro
154 (((unsigned long) tsk + THREAD_SIZE - sizeof(struct pt_regs)) & -8L))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dkernprof.h45 p->bot = (unsigned long *)((unsigned long) current + THREAD_SIZE);
78 p->limits.bot = (unsigned long *)((unsigned long)current + THREAD_SIZE);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dkernprof.h45 p->bot = (unsigned long *)((unsigned long) current + THREAD_SIZE);
78 p->limits.bot = (unsigned long *)((unsigned long)current + THREAD_SIZE);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dprocessor.h101 #define THREAD_SIZE (8192) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dprocessor.h101 #define THREAD_SIZE (8192) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dtraps.c45 while (((long) stack & (THREAD_SIZE-1)) != 0) {
115 if (((long) stack & (THREAD_SIZE-1)) == 0)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dprocessor.h83 #define THREAD_SIZE (2*PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dprocessor.h83 #define THREAD_SIZE (2*PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dprocessor.h152 #define THREAD_SIZE (2*PAGE_SIZE) macro
155 #define THREAD_SIZE PAGE_SIZE macro
290 fp >= (task_base + THREAD_SIZE)) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dprocessor.h152 #define THREAD_SIZE (2*PAGE_SIZE) macro
155 #define THREAD_SIZE PAGE_SIZE macro
290 fp >= (task_base + THREAD_SIZE)) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dptrace.c42 stack = (unsigned char *)task + THREAD_SIZE - sizeof(struct pt_regs);
55 stack = (unsigned char *)task + THREAD_SIZE - sizeof(struct pt_regs);
323 regs = (struct pt_regs *)((unsigned long)child + THREAD_SIZE - sizeof(struct pt_regs));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dprocess.c328 __get_free_pages(GFP_KERNEL, get_order(THREAD_SIZE)));
335 free_pages((unsigned long)(task_ptr), get_order(THREAD_SIZE));
460 sp >= (stack_page + THREAD_SIZE))
485 sp >= (stack_page + THREAD_SIZE))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dprocessor.h147 #define THREAD_SIZE (2*PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dprocessor.h222 #define THREAD_SIZE (2*PAGE_SIZE) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dprocessor.h246 #define THREAD_SIZE (2*PAGE_SIZE) macro

Completed in 133 milliseconds

123