Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dtask_size_32.h9 #define TASK_SIZE (CONFIG_TASK_SIZE) macro
H A Dtask_size_64.h47 #define TASK_SIZE (is_32bit_task() ? TASK_SIZE_USER32 : TASK_SIZE_USER64) macro
/linux/arch/alpha/include/asm/
H A Dprocessor.h14 #define TASK_SIZE (0x40000000000UL) macro
/linux/arch/openrisc/include/asm/
H A Dprocessor.h35 #define TASK_SIZE (0x80000000UL) macro
/linux/arch/nios2/include/asm/
H A Dprocessor.h41 # define TASK_SIZE 0x7FFF0000UL macro
/linux/arch/csky/include/asm/
H A Dprocessor.h29 #define TASK_SIZE (PAGE_OFFSET - (PAGE_SIZE * 8)) macro
/linux/arch/hexagon/include/asm/
H A Dmem-layout.h41 #define TASK_SIZE (PAGE_OFFSET) macro
/linux/arch/microblaze/include/asm/
H A Dprocessor.h38 # define TASK_SIZE (CONFIG_KERNEL_START) macro
/linux/arch/loongarch/include/asm/
H A Dprocessor.h22 #define TASK_SIZE 0x80000000UL macro
35 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
/linux/arch/arc/include/asm/
H A Dprocessor.h85 #define TASK_SIZE 0x60000000 macro
/linux/arch/sparc/include/asm/
H A Dprocessor_32.h20 #define TASK_SIZE PAGE_OFFSET macro
H A Dprocessor_64.h33 #define TASK_SIZE \ macro
/linux/arch/um/include/asm/
H A Dprocessor-generic.h51 #define TASK_SIZE (task_size) macro
/linux/arch/mips/include/asm/
H 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/riscv/include/asm/
H A Dpgtable.h934 #define TASK_SIZE (is_compat_task() ? \ macro
937 #define TASK_SIZE TASK_SIZE_64 macro
941 #define TASK_SIZE FIXADDR_START macro
949 #define TASK_SIZE _AC(-1, UL) macro
/linux/arch/microblaze/
H A DKconfig205 config TASK_SIZE config
/linux/arch/arm64/include/asm/
H A Dprocessor.h67 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro
74 #define TASK_SIZE TASK_SIZE_64 macro
/linux/arch/sh/include/asm/
H A Dprocessor_32.h28 #define TASK_SIZE 0x7c000000UL macro
/linux/arch/parisc/include/asm/
H A Dprocessor.h28 #define TASK_SIZE TASK_SIZE_OF(current) macro
/linux/arch/powerpc/
H A DKconfig1305 config TASK_SIZE global() config