Home
last modified time | relevance | path

Searched defs:TASK_SIZE (Results 1 – 25 of 34) sorted by relevance

12

/arch/cris/include/arch-v32/arch/
Dprocessor.h27 #define TASK_SIZE (0xB0000000UL) macro
29 #define TASK_SIZE (0xA0000000UL) macro
/arch/cris/include/arch-v10/arch/
Dprocessor.h32 #define TASK_SIZE (0x50000000UL) /* 1.25 GB */ macro
34 #define TASK_SIZE (0xA0000000UL) /* 2.56 GB */ macro
/arch/m68k/include/asm/
Dprocessor.h52 #define TASK_SIZE (0xC0000000UL) macro
54 #define TASK_SIZE (0x0E000000UL) macro
56 #define TASK_SIZE (0xF0000000UL) macro
59 #define TASK_SIZE (0xFFFFFFFFUL) macro
/arch/frv/include/asm/
Dmem-layout.h74 #define TASK_SIZE (PAGE_OFFSET) macro
76 #define TASK_SIZE __UL(0xFFFFFFFFUL) macro
/arch/microblaze/include/asm/
Dprocessor.h47 # define TASK_SIZE (0x81000000 - 0x80000000) macro
96 # define TASK_SIZE (CONFIG_KERNEL_START) macro
/arch/m32r/include/asm/
Dprocessor.h58 #define TASK_SIZE (0x80000000UL) macro
60 #define TASK_SIZE (0x00400000UL) macro
/arch/hexagon/include/asm/
Dmem-layout.h45 #define TASK_SIZE (PAGE_OFFSET) macro
/arch/openrisc/include/asm/
Dprocessor.h44 #define TASK_SIZE (0x80000000UL) macro
/arch/xtensa/include/asm/
Dprocessor.h39 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro
41 #define TASK_SIZE (PLATFORM_DEFAULT_MEM_START + PLATFORM_DEFAULT_MEM_SIZE) macro
/arch/arm/include/asm/
Dmemory.h39 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(0x01000000)) macro
94 #define TASK_SIZE (CONFIG_DRAM_SIZE) macro
/arch/alpha/include/asm/
Dprocessor.h21 #define TASK_SIZE (0x40000000000UL) macro
/arch/unicore32/include/asm/
Dmemory.h34 #define TASK_SIZE (PAGE_OFFSET - UL(0x41000000)) macro
/arch/s390/include/asm/
Dprocessor.h45 #define TASK_SIZE (1UL << 31) macro
53 #define TASK_SIZE TASK_SIZE_OF(current) macro
/arch/h8300/include/asm/
Dprocessor.h40 #define TASK_SIZE (0xFFFFFFFFUL) macro
/arch/blackfin/include/asm/
Dprocessor.h45 #define TASK_SIZE 0xFFFFFFFF macro
/arch/sparc/include/asm/
Dprocessor_32.h32 #define TASK_SIZE PAGE_OFFSET macro
Dprocessor_64.h45 #define TASK_SIZE TASK_SIZE_OF(current) macro
/arch/c6x/include/asm/
Dprocessor.h46 #define TASK_SIZE 0xFFFFF000 macro
/arch/tile/include/asm/
Dprocessor.h166 #define TASK_SIZE ((current_thread_info()->status & TS_COMPAT) ?\ macro
169 #define TASK_SIZE TASK_SIZE_MAX macro
/arch/mn10300/include/asm/
Dprocessor.h76 #define TASK_SIZE 0x70000000 macro
/arch/mips/include/asm/
Dprocessor.h51 #define TASK_SIZE 0x7fff8000UL macro
71 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
/arch/sh/include/asm/
Dprocessor_64.h42 #define TASK_SIZE 0x7ffff000UL macro
/arch/um/include/asm/
Dprocessor-generic.h98 #define TASK_SIZE (task_size) macro
/arch/score/include/asm/
Dprocessor.h35 #define TASK_SIZE 0x7fff8000UL macro
/arch/mips/kernel/
Dbinfmt_elfn32.c120 #define TASK_SIZE TASK_SIZE32 macro

12