/linux-6.6.21/arch/m68k/include/asm/ |
D | processor.h | 46 #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/ |
D | memory.h | 44 #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/ |
D | task_size_32.h | 9 #define TASK_SIZE (CONFIG_TASK_SIZE) macro
|
D | task_size_64.h | 47 #define TASK_SIZE (is_32bit_task() ? TASK_SIZE_USER32 : TASK_SIZE_USER64) macro
|
/linux-6.6.21/arch/xtensa/include/asm/ |
D | processor.h | 34 #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/ |
D | processor.h | 16 #define TASK_SIZE (0x40000000000UL) macro
|
/linux-6.6.21/arch/openrisc/include/asm/ |
D | processor.h | 35 #define TASK_SIZE (0x80000000UL) macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | page_32_types.h | 48 #define TASK_SIZE __PAGE_OFFSET macro
|
D | page_64_types.h | 75 #define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \ macro
|
/linux-6.6.21/arch/nios2/include/asm/ |
D | processor.h | 41 # define TASK_SIZE 0x7FFF0000UL macro
|
/linux-6.6.21/arch/csky/include/asm/ |
D | processor.h | 29 #define TASK_SIZE (PAGE_OFFSET - (PAGE_SIZE * 8)) macro
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | mem-layout.h | 41 #define TASK_SIZE (PAGE_OFFSET) macro
|
/linux-6.6.21/arch/microblaze/include/asm/ |
D | processor.h | 38 # define TASK_SIZE (CONFIG_KERNEL_START) macro
|
/linux-6.6.21/arch/arc/include/asm/ |
D | processor.h | 85 #define TASK_SIZE 0x60000000 macro
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | processor.h | 22 #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/ |
D | processor_32.h | 20 #define TASK_SIZE PAGE_OFFSET macro
|
D | processor_64.h | 33 #define TASK_SIZE \ macro
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | pgtable.h | 888 #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/ |
D | processor.h | 39 #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/ |
D | processor.h | 67 #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/ |
D | processor-generic.h | 63 #define TASK_SIZE (task_size) macro
|
/linux-6.6.21/arch/microblaze/ |
D | Kconfig | 204 config TASK_SIZE config
|
/linux-6.6.21/arch/sh/include/asm/ |
D | processor_32.h | 28 #define TASK_SIZE 0x7c000000UL macro
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | processor.h | 28 #define TASK_SIZE TASK_SIZE_OF(current) macro
|
/linux-6.6.21/arch/s390/include/asm/ |
D | processor.h | 108 #define TASK_SIZE (test_thread_flag(TIF_31BIT) ? \ macro
|