Home
last modified time | relevance | path

Searched refs:KERNEL_STACK_SIZE (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/arch/mips64/kernel/
Dptrace.c107 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()
Dr4k_switch.S27 #define ST_OFF (KERNEL_STACK_SIZE - 32 - PT_SIZE + PT_STATUS)
89 daddiu a1, $28, KERNEL_STACK_SIZE-32
Dhead.S123 daddiu sp, $28, KERNEL_STACK_SIZE-32
Dprocess.c86 childksp = (unsigned long)p + KERNEL_STACK_SIZE - 32; in copy_thread()
/linux-2.4.37.9/arch/mips/kernel/
Dr4k_switch.S29 #define ST_OFF (KERNEL_STACK_SIZE - 32 - PT_SIZE + PT_STATUS)
87 addiu t0, $28, KERNEL_STACK_SIZE-32
Dr2300_switch.S32 #define ST_OFF (KERNEL_STACK_SIZE - 32 - PT_SIZE + PT_STATUS)
89 addiu t0, $28, KERNEL_STACK_SIZE-32
Dptrace.c106 KERNEL_STACK_SIZE - 32 - sizeof(struct pt_regs)); in sys_ptrace()
184 KERNEL_STACK_SIZE - 32 - sizeof(struct pt_regs)); in sys_ptrace()
Dhead.S180 addiu t0, $28, KERNEL_STACK_SIZE-32
Dprocess.c82 childksp = (unsigned long)p + KERNEL_STACK_SIZE - 32; in copy_thread()
/linux-2.4.37.9/include/asm-mips/
Dprocessor.h239 #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/
Dprocessor.h280 #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/
Dprocessor.h23 #define KERNEL_STACK_SIZE PAGE_SIZE macro
/linux-2.4.37.9/include/asm-arm/proc-armo/
Dprocessor.h24 #define KERNEL_STACK_SIZE 4096 macro
/linux-2.4.37.9/include/asm-cris/
Dprocessor.h50 #define KERNEL_STACK_SIZE PAGE_SIZE macro
/linux-2.4.37.9/arch/arm/kernel/
Dprocess.c266 memzero(p+KERNEL_STACK_SIZE, KERNEL_STACK_SIZE); in alloc_task_struct()
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/
Dsmp.c159 (unsigned long)p + KERNEL_STACK_SIZE - 32, in smp_boot_cpus()
/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dsmp.c168 KERNEL_STACK_SIZE - 32, in smp_boot_cpus()
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-init.c539 KERNEL_STACK_SIZE - 32), (void *)idle); in allowboot()