Home
last modified time | relevance | path

Searched refs:TASK_SIZE32 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-mips64/
Da.out.h29 #define STACK_TOP (current->thread.mflags & MF_32BIT_ADDR ? TASK_SIZE32 : TASK_SIZE)
Dprocessor.h171 #define TASK_SIZE32 0x7fff8000UL macro
178 (TASK_SIZE32 / 3) : (TASK_SIZE / 3))
/linux-2.4.37.9/arch/mips64/kernel/
Dsyscall.c66 task_size = (current->thread.mflags & MF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE; in arch_get_unmapped_area()