Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/m68k/include/asm/
Dprocessor.h53 #define TASK_SIZE (0xC0000000UL) macro
55 #define TASK_SIZE (0x0E000000UL) macro
57 #define TASK_SIZE (0xF0000000UL) macro
60 #define TASK_SIZE (0xFFFFFFFFUL) macro
/Linux-v4.19/arch/microblaze/include/asm/
Dprocessor.h46 # define TASK_SIZE (0x81000000 - 0x80000000) macro
83 # define TASK_SIZE (CONFIG_KERNEL_START) macro
/Linux-v4.19/arch/openrisc/include/asm/
Dprocessor.h44 #define TASK_SIZE (0x80000000UL) macro
/Linux-v4.19/arch/xtensa/include/asm/
Dprocessor.h37 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro
39 #define TASK_SIZE __XTENSA_UL_CONST(0xffffffff) macro
/Linux-v4.19/arch/hexagon/include/asm/
Dmem-layout.h54 #define TASK_SIZE (PAGE_OFFSET) macro
/Linux-v4.19/arch/nds32/include/asm/
Dmemory.h30 #define TASK_SIZE ((CONFIG_PAGE_OFFSET) - (SZ_32M)) macro
/Linux-v4.19/arch/alpha/include/asm/
Dprocessor.h22 #define TASK_SIZE (0x40000000000UL) macro
/Linux-v4.19/arch/nios2/include/asm/
Dprocessor.h47 # define TASK_SIZE 0x7FFF0000UL macro
/Linux-v4.19/arch/arm/include/asm/
Dmemory.h34 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M)) macro
96 #define TASK_SIZE UL(0xffffffff) macro
/Linux-v4.19/arch/unicore32/include/asm/
Dmemory.h28 #define TASK_SIZE (PAGE_OFFSET - UL(0x41000000)) macro
/Linux-v4.19/arch/mips/include/asm/
Dprocessor.h45 #define TASK_SIZE 0x3fff8000UL macro
51 #define TASK_SIZE 0x80000000UL macro
74 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
/Linux-v4.19/arch/arm64/include/asm/
Dprocessor.h57 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro
62 #define TASK_SIZE TASK_SIZE_64 macro
/Linux-v4.19/arch/h8300/include/asm/
Dprocessor.h44 #define TASK_SIZE (0xFFFFFFFFUL) macro
/Linux-v4.19/arch/c6x/include/asm/
Dprocessor.h46 #define TASK_SIZE 0xFFFFF000 macro
/Linux-v4.19/arch/sparc/include/asm/
Dprocessor_32.h26 #define TASK_SIZE PAGE_OFFSET macro
Dprocessor_64.h39 #define TASK_SIZE \ macro
/Linux-v4.19/arch/arc/include/asm/
Dprocessor.h125 #define TASK_SIZE 0x60000000 macro
/Linux-v4.19/arch/um/include/asm/
Dprocessor-generic.h71 #define TASK_SIZE (task_size) macro
/Linux-v4.19/arch/sh/include/asm/
Dprocessor_64.h42 #define TASK_SIZE 0x7ffff000UL macro
Dprocessor_32.h35 #define TASK_SIZE 0x7c000000UL macro
/Linux-v4.19/arch/riscv/include/asm/
Dpgtable.h423 #define TASK_SIZE (PGDIR_SIZE * PTRS_PER_PGD / 2) macro
425 #define TASK_SIZE VMALLOC_START macro
/Linux-v4.19/arch/microblaze/
DKconfig236 config TASK_SIZE config
/Linux-v4.19/arch/mips/kernel/
Dbinfmt_elfn32.c101 #define TASK_SIZE TASK_SIZE32 macro
Dbinfmt_elfo32.c104 #define TASK_SIZE TASK_SIZE32 macro
/Linux-v4.19/arch/powerpc/include/asm/
Dprocessor.h95 #define TASK_SIZE (CONFIG_TASK_SIZE) macro
147 #define TASK_SIZE TASK_SIZE_OF(current) macro

12