Searched defs:TASK_SIZE (Results 1 - 35 of 35) sorted by relevance

/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Dprocessor.h32 #define TASK_SIZE (0x50000000UL) /* 1.25 GB */ macro
34 #define TASK_SIZE (0xA0000000UL) /* 2.56 GB */ macro
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Dprocessor.h26 #define TASK_SIZE (0xB0000000UL) macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Dprocessor.h44 #define TASK_SIZE (0x80000000UL) macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dmemory.h34 #define TASK_SIZE (PAGE_OFFSET - UL(0x41000000)) macro
/linux-4.1.27/arch/nios2/include/asm/
H A Dprocessor.h47 # define TASK_SIZE 0x7FFF0000UL macro
/linux-4.1.27/arch/frv/include/asm/
H A Dmem-layout.h74 #define TASK_SIZE (PAGE_OFFSET) macro
76 #define TASK_SIZE __UL(0xFFFFFFFFUL) macro
/linux-4.1.27/arch/hexagon/include/asm/
H A Dmem-layout.h54 #define TASK_SIZE (PAGE_OFFSET) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dprocessor.h21 #define TASK_SIZE (0x40000000000UL) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dprocessor_32.h31 #define TASK_SIZE PAGE_OFFSET macro
H A Dprocessor_64.h42 #define TASK_SIZE \ macro
/linux-4.1.27/arch/um/include/asm/
H A Dprocessor-generic.h75 #define TASK_SIZE (task_size) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dprocessor.h47 # define TASK_SIZE (0x81000000 - 0x80000000) macro
91 # define TASK_SIZE (CONFIG_KERNEL_START) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dmemory.h61 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro
66 #define TASK_SIZE TASK_SIZE_64 macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Dprocessor.h45 #define TASK_SIZE 0xFFFFFFFF macro
/linux-4.1.27/arch/c6x/include/asm/
H A Dprocessor.h46 #define TASK_SIZE 0xFFFFF000 macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dprocessor.h58 #define TASK_SIZE (0x80000000UL) macro
60 #define TASK_SIZE (0x00400000UL) macro
/linux-4.1.27/arch/m68k/include/asm/
H A 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
/linux-4.1.27/arch/arc/include/asm/
H A Dprocessor.h125 #define TASK_SIZE (PAGE_OFFSET - VMALLOC_SIZE - USER_KERNEL_GUTTER) macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Dprocessor.h39 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro
41 #define TASK_SIZE (PLATFORM_DEFAULT_MEM_START + PLATFORM_DEFAULT_MEM_SIZE) macro
/linux-4.1.27/arch/score/include/asm/
H A Dprocessor.h34 #define TASK_SIZE 0x7fff8000UL macro
/linux-4.1.27/arch/sh/include/asm/
H A Dprocessor_32.h34 #define TASK_SIZE 0x7c000000UL macro
H A Dprocessor_64.h42 #define TASK_SIZE 0x7ffff000UL macro
/linux-4.1.27/arch/mips/kernel/
H A Dbinfmt_elfn32.c119 #undef TASK_SIZE macro
120 #define TASK_SIZE TASK_SIZE32 macro
H A Dbinfmt_elfo32.c138 #undef TASK_SIZE macro
139 #define TASK_SIZE TASK_SIZE32 macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Dprocessor.h78 #define TASK_SIZE 0x70000000 macro
/linux-4.1.27/arch/metag/include/asm/
H A Dprocessor.h21 #define TASK_SIZE PAGE_OFFSET macro
/linux-4.1.27/arch/arm/include/asm/
H A Dmemory.h42 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M)) macro
94 #define TASK_SIZE UL(0xffffffff) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dprocessor.h72 #define TASK_SIZE TASK_SIZE_OF(current) macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dprocessor.h36 #define TASK_SIZE TASK_SIZE_OF(current) macro
/linux-4.1.27/arch/avr32/include/asm/
H A Dprocessor.h14 #define TASK_SIZE 0x80000000 macro
/linux-4.1.27/arch/tile/include/asm/
H A Dprocessor.h169 #define TASK_SIZE ((current_thread_info()->status & TS_COMPAT) ?\ macro
172 #define TASK_SIZE TASK_SIZE_MAX macro
/linux-4.1.27/arch/mips/include/asm/
H A Dprocessor.h48 #define TASK_SIZE 0x3fff8000UL macro
54 #define TASK_SIZE 0x7fff8000UL macro
73 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dprocessor.h102 #define TASK_SIZE (CONFIG_TASK_SIZE) macro
122 #define TASK_SIZE TASK_SIZE_OF(current) macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dprocessor.h36 #define TASK_SIZE DEFAULT_TASK_SIZE macro
/linux-4.1.27/arch/x86/include/asm/
H A Dprocessor.h838 #define TASK_SIZE PAGE_OFFSET macro
889 #define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \ macro

Completed in 2939 milliseconds