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

/linux-master/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-master/arch/alpha/include/asm/
H A Dprocessor.h16 #define TASK_SIZE (0x40000000000UL) macro
/linux-master/arch/openrisc/include/asm/
H A Dprocessor.h35 #define TASK_SIZE (0x80000000UL) macro
/linux-master/arch/x86/include/asm/
H A Dpage_32_types.h48 #define TASK_SIZE __PAGE_OFFSET macro
H A Dpage_64_types.h75 #define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \ macro
/linux-master/arch/nios2/include/asm/
H A Dprocessor.h41 # define TASK_SIZE 0x7FFF0000UL macro
/linux-master/arch/csky/include/asm/
H A Dprocessor.h29 #define TASK_SIZE (PAGE_OFFSET - (PAGE_SIZE * 8)) macro
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h41 #define TASK_SIZE (PAGE_OFFSET) macro
/linux-master/arch/microblaze/include/asm/
H A Dprocessor.h38 # define TASK_SIZE (CONFIG_KERNEL_START) macro
/linux-master/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-master/arch/arc/include/asm/
H A Dprocessor.h85 #define TASK_SIZE 0x60000000 macro
/linux-master/arch/m68k/include/asm/
H A 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-master/arch/um/include/asm/
H A Dprocessor-generic.h62 #define TASK_SIZE (task_size) macro
/linux-master/arch/sh/include/asm/
H A Dprocessor_32.h28 #define TASK_SIZE 0x7c000000UL macro
/linux-master/arch/arm/include/asm/
H A Dmemory.h44 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M)) macro
46 #define TASK_SIZE (KASAN_SHADOW_START) macro
113 #define TASK_SIZE UL(0xffffffff) macro
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h34 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro
36 #define TASK_SIZE __XTENSA_UL_CONST(0xffffffff) macro
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h28 #define TASK_SIZE TASK_SIZE_OF(current) macro
/linux-master/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-master/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-master/arch/s390/include/asm/
H A Dprocessor.h107 #define TASK_SIZE (test_thread_flag(TIF_31BIT) ? \ macro
/linux-master/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-master/arch/riscv/include/asm/
H A Dpgtable.h883 #define TASK_SIZE (is_compat_task() ? \ macro
886 #define TASK_SIZE TASK_SIZE_64 macro
890 #define TASK_SIZE FIXADDR_START macro
899 #define TASK_SIZE 0xffffffffUL macro
[all...]

Completed in 253 milliseconds