Home
last modified time | relevance | path

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

12

/linux/arch/m68k/include/asm/
A Dprocessor.h46 #define TASK_SIZE (0xC0000000UL) macro
48 #define TASK_SIZE (0x0E000000UL) macro
50 #define TASK_SIZE (0xF0000000UL) macro
53 #define TASK_SIZE (0xFFFFFFFFUL) macro
/linux/arch/arm/include/asm/
A Dmemory.h39 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M)) macro
41 #define TASK_SIZE (KASAN_SHADOW_START) macro
108 #define TASK_SIZE UL(0xffffffff) macro
/linux/arch/powerpc/include/asm/
A Dtask_size_32.h9 #define TASK_SIZE (CONFIG_TASK_SIZE) macro
A Dtask_size_64.h51 #define TASK_SIZE TASK_SIZE_OF(current) macro
/linux/arch/openrisc/include/asm/
A Dprocessor.h35 #define TASK_SIZE (0x80000000UL) macro
/linux/arch/x86/include/asm/
A Dpage_32_types.h48 #define TASK_SIZE __PAGE_OFFSET macro
A Dpage_64_types.h75 #define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \ macro
/linux/arch/xtensa/include/asm/
A Dprocessor.h36 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro
38 #define TASK_SIZE __XTENSA_UL_CONST(0xffffffff) macro
/linux/arch/nds32/include/asm/
A Dmemory.h22 #define TASK_SIZE ((CONFIG_PAGE_OFFSET) - (SZ_32M)) macro
/linux/arch/hexagon/include/asm/
A Dmem-layout.h41 #define TASK_SIZE (PAGE_OFFSET) macro
/linux/arch/alpha/include/asm/
A Dprocessor.h16 #define TASK_SIZE (0x40000000000UL) macro
/linux/arch/nios2/include/asm/
A Dprocessor.h41 # define TASK_SIZE 0x7FFF0000UL macro
/linux/arch/csky/include/asm/
A Dprocessor.h30 #define TASK_SIZE (PAGE_OFFSET - (PAGE_SIZE * 8)) macro
/linux/arch/microblaze/include/asm/
A Dprocessor.h38 # define TASK_SIZE (CONFIG_KERNEL_START) macro
/linux/arch/arc/include/asm/
A Dprocessor.h91 #define TASK_SIZE 0x60000000 macro
/linux/arch/h8300/include/asm/
A Dprocessor.h38 #define TASK_SIZE (0xFFFFFFFFUL) macro
/linux/arch/sparc/include/asm/
A Dprocessor_32.h20 #define TASK_SIZE PAGE_OFFSET macro
A Dprocessor_64.h33 #define TASK_SIZE \ macro
/linux/arch/microblaze/
A DKconfig204 config TASK_SIZE config
/linux/arch/mips/include/asm/
A Dprocessor.h39 #define TASK_SIZE 0x80000000UL macro
61 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
/linux/arch/arm64/include/asm/
A Dprocessor.h66 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro
73 #define TASK_SIZE TASK_SIZE_64 macro
/linux/arch/riscv/include/asm/
A Dpgtable.h666 #define TASK_SIZE (PGDIR_SIZE * PTRS_PER_PGD / 2) macro
668 #define TASK_SIZE FIXADDR_START macro
676 #define TASK_SIZE 0xffffffffUL macro
/linux/arch/um/include/asm/
A Dprocessor-generic.h73 #define TASK_SIZE (task_size) macro
/linux/arch/sh/include/asm/
A Dprocessor_32.h28 #define TASK_SIZE 0x7c000000UL macro
/linux/arch/parisc/include/asm/
A Dprocessor.h27 #define TASK_SIZE TASK_SIZE_OF(current) macro

Completed in 58 milliseconds

12