Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/m68k/include/asm/
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-6.6.21/arch/arm/include/asm/
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-6.6.21/arch/powerpc/include/asm/
Dtask_size_32.h9 #define TASK_SIZE (CONFIG_TASK_SIZE) macro
Dtask_size_64.h47 #define TASK_SIZE (is_32bit_task() ? TASK_SIZE_USER32 : TASK_SIZE_USER64) macro
/linux-6.6.21/arch/xtensa/include/asm/
Dprocessor.h34 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro
36 #define TASK_SIZE __XTENSA_UL_CONST(0xffffffff) macro
/linux-6.6.21/arch/alpha/include/asm/
Dprocessor.h16 #define TASK_SIZE (0x40000000000UL) macro
/linux-6.6.21/arch/openrisc/include/asm/
Dprocessor.h35 #define TASK_SIZE (0x80000000UL) macro
/linux-6.6.21/arch/x86/include/asm/
Dpage_32_types.h48 #define TASK_SIZE __PAGE_OFFSET macro
Dpage_64_types.h75 #define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \ macro
/linux-6.6.21/arch/nios2/include/asm/
Dprocessor.h41 # define TASK_SIZE 0x7FFF0000UL macro
/linux-6.6.21/arch/csky/include/asm/
Dprocessor.h29 #define TASK_SIZE (PAGE_OFFSET - (PAGE_SIZE * 8)) macro
/linux-6.6.21/arch/hexagon/include/asm/
Dmem-layout.h41 #define TASK_SIZE (PAGE_OFFSET) macro
/linux-6.6.21/arch/microblaze/include/asm/
Dprocessor.h38 # define TASK_SIZE (CONFIG_KERNEL_START) macro
/linux-6.6.21/arch/arc/include/asm/
Dprocessor.h85 #define TASK_SIZE 0x60000000 macro
/linux-6.6.21/arch/loongarch/include/asm/
Dprocessor.h22 #define TASK_SIZE 0x80000000UL macro
35 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
/linux-6.6.21/arch/sparc/include/asm/
Dprocessor_32.h20 #define TASK_SIZE PAGE_OFFSET macro
Dprocessor_64.h33 #define TASK_SIZE \ macro
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable.h888 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro
891 #define TASK_SIZE TASK_SIZE_64 macro
895 #define TASK_SIZE FIXADDR_START macro
904 #define TASK_SIZE 0xffffffffUL macro
/linux-6.6.21/arch/mips/include/asm/
Dprocessor.h39 #define TASK_SIZE 0x80000000UL macro
61 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
/linux-6.6.21/arch/arm64/include/asm/
Dprocessor.h67 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro
74 #define TASK_SIZE TASK_SIZE_64 macro
/linux-6.6.21/arch/um/include/asm/
Dprocessor-generic.h63 #define TASK_SIZE (task_size) macro
/linux-6.6.21/arch/microblaze/
DKconfig204 config TASK_SIZE config
/linux-6.6.21/arch/sh/include/asm/
Dprocessor_32.h28 #define TASK_SIZE 0x7c000000UL macro
/linux-6.6.21/arch/parisc/include/asm/
Dprocessor.h28 #define TASK_SIZE TASK_SIZE_OF(current) macro
/linux-6.6.21/arch/s390/include/asm/
Dprocessor.h108 #define TASK_SIZE (test_thread_flag(TIF_31BIT) ? \ macro

12