Searched refs:KERNEL_STACK_SIZE (Results 1 – 18 of 18) sorted by relevance
/linux-2.4.37.9/arch/mips64/kernel/ |
D | ptrace.c | 107 KERNEL_STACK_SIZE - 32 - sizeof(struct pt_regs)); in sys32_ptrace() 181 KERNEL_STACK_SIZE - 32 - sizeof(struct pt_regs)); in sys32_ptrace() 351 KERNEL_STACK_SIZE - 32 - sizeof(struct pt_regs)); in sys_ptrace() 416 KERNEL_STACK_SIZE - 32 - sizeof(struct pt_regs)); in sys_ptrace()
|
D | r4k_switch.S | 27 #define ST_OFF (KERNEL_STACK_SIZE - 32 - PT_SIZE + PT_STATUS) 89 daddiu a1, $28, KERNEL_STACK_SIZE-32
|
D | head.S | 123 daddiu sp, $28, KERNEL_STACK_SIZE-32
|
D | process.c | 86 childksp = (unsigned long)p + KERNEL_STACK_SIZE - 32; in copy_thread()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | r4k_switch.S | 29 #define ST_OFF (KERNEL_STACK_SIZE - 32 - PT_SIZE + PT_STATUS) 87 addiu t0, $28, KERNEL_STACK_SIZE-32
|
D | r2300_switch.S | 32 #define ST_OFF (KERNEL_STACK_SIZE - 32 - PT_SIZE + PT_STATUS) 89 addiu t0, $28, KERNEL_STACK_SIZE-32
|
D | ptrace.c | 106 KERNEL_STACK_SIZE - 32 - sizeof(struct pt_regs)); in sys_ptrace() 184 KERNEL_STACK_SIZE - 32 - sizeof(struct pt_regs)); in sys_ptrace()
|
D | head.S | 180 addiu t0, $28, KERNEL_STACK_SIZE-32
|
D | process.c | 82 childksp = (unsigned long)p + KERNEL_STACK_SIZE - 32; in copy_thread()
|
/linux-2.4.37.9/include/asm-mips/ |
D | processor.h | 239 #define KERNEL_STACK_SIZE 0x2000 macro 282 #define __KSTK_TOS(tsk) ((unsigned long)(tsk) + KERNEL_STACK_SIZE - 32)
|
/linux-2.4.37.9/include/asm-mips64/ |
D | processor.h | 280 #define KERNEL_STACK_SIZE 0x4000 macro 325 #define __KSTK_TOS(tsk) ((unsigned long)(tsk) + KERNEL_STACK_SIZE - 32)
|
/linux-2.4.37.9/include/asm-arm/proc-armv/ |
D | processor.h | 23 #define KERNEL_STACK_SIZE PAGE_SIZE macro
|
/linux-2.4.37.9/include/asm-arm/proc-armo/ |
D | processor.h | 24 #define KERNEL_STACK_SIZE 4096 macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | processor.h | 50 #define KERNEL_STACK_SIZE PAGE_SIZE macro
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | process.c | 266 memzero(p+KERNEL_STACK_SIZE, KERNEL_STACK_SIZE); in alloc_task_struct()
|
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/ |
D | smp.c | 159 (unsigned long)p + KERNEL_STACK_SIZE - 32, in smp_boot_cpus()
|
/linux-2.4.37.9/arch/mips/sibyte/sb1250/ |
D | smp.c | 168 KERNEL_STACK_SIZE - 32, in smp_boot_cpus()
|
/linux-2.4.37.9/arch/mips/sgi-ip27/ |
D | ip27-init.c | 539 KERNEL_STACK_SIZE - 32), (void *)idle); in allowboot()
|