Home
last modified time | relevance | path

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

12

/Linux-v5.10/arch/m68k/include/asm/
Dprocessor.h47 #define TASK_SIZE (0xC0000000UL) macro
49 #define TASK_SIZE (0x0E000000UL) macro
51 #define TASK_SIZE (0xF0000000UL) macro
54 #define TASK_SIZE (0xFFFFFFFFUL) macro
/Linux-v5.10/arch/microblaze/include/asm/
Dprocessor.h43 # define TASK_SIZE (0x81000000 - 0x80000000) macro
74 # define TASK_SIZE (CONFIG_KERNEL_START) macro
/Linux-v5.10/arch/powerpc/include/asm/
Dtask_size_32.h9 #define TASK_SIZE (CONFIG_TASK_SIZE) macro
Dtask_size_64.h51 #define TASK_SIZE TASK_SIZE_OF(current) macro
/Linux-v5.10/arch/openrisc/include/asm/
Dprocessor.h35 #define TASK_SIZE (0x80000000UL) macro
/Linux-v5.10/arch/x86/include/asm/
Dpage_32_types.h48 #define TASK_SIZE __PAGE_OFFSET macro
Dpage_64_types.h92 #define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \ macro
/Linux-v5.10/arch/xtensa/include/asm/
Dprocessor.h42 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro
44 #define TASK_SIZE __XTENSA_UL_CONST(0xffffffff) macro
/Linux-v5.10/arch/nds32/include/asm/
Dmemory.h22 #define TASK_SIZE ((CONFIG_PAGE_OFFSET) - (SZ_32M)) macro
/Linux-v5.10/arch/hexagon/include/asm/
Dmem-layout.h41 #define TASK_SIZE (PAGE_OFFSET) macro
/Linux-v5.10/arch/alpha/include/asm/
Dprocessor.h16 #define TASK_SIZE (0x40000000000UL) macro
/Linux-v5.10/arch/nios2/include/asm/
Dprocessor.h41 # define TASK_SIZE 0x7FFF0000UL macro
/Linux-v5.10/arch/arm/include/asm/
Dmemory.h31 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M)) macro
93 #define TASK_SIZE UL(0xffffffff) macro
/Linux-v5.10/arch/csky/include/asm/
Dprocessor.h31 #define TASK_SIZE 0x7fff8000UL macro
/Linux-v5.10/arch/mips/include/asm/
Dprocessor.h37 #define TASK_SIZE 0x3fff8000UL macro
43 #define TASK_SIZE 0x80000000UL macro
66 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
/Linux-v5.10/arch/riscv/include/asm/
Dpgtable.h450 #define TASK_SIZE (PGDIR_SIZE * PTRS_PER_PGD / 2) macro
452 #define TASK_SIZE FIXADDR_START macro
460 #define TASK_SIZE 0xffffffffUL macro
/Linux-v5.10/arch/arc/include/asm/
Dprocessor.h91 #define TASK_SIZE 0x60000000 macro
/Linux-v5.10/arch/h8300/include/asm/
Dprocessor.h38 #define TASK_SIZE (0xFFFFFFFFUL) macro
/Linux-v5.10/arch/c6x/include/asm/
Dprocessor.h32 #define TASK_SIZE 0xFFFFF000 macro
/Linux-v5.10/arch/arm64/include/asm/
Dprocessor.h62 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro
69 #define TASK_SIZE TASK_SIZE_64 macro
/Linux-v5.10/arch/sparc/include/asm/
Dprocessor_32.h20 #define TASK_SIZE PAGE_OFFSET macro
Dprocessor_64.h33 #define TASK_SIZE \ macro
/Linux-v5.10/arch/microblaze/
DKconfig221 config TASK_SIZE config
/Linux-v5.10/arch/um/include/asm/
Dprocessor-generic.h71 #define TASK_SIZE (task_size) macro
/Linux-v5.10/arch/mips/kernel/
Dbinfmt_elfn32.c101 #define TASK_SIZE TASK_SIZE32 macro

12