/Linux-v6.1/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-v6.1/arch/arm/include/asm/ |
D | memory.h | 39 #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-v6.1/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-v6.1/arch/xtensa/include/asm/ |
D | processor.h | 32 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro 34 #define TASK_SIZE __XTENSA_UL_CONST(0xffffffff) macro
|
/Linux-v6.1/arch/openrisc/include/asm/ |
D | processor.h | 35 #define TASK_SIZE (0x80000000UL) macro
|
/Linux-v6.1/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-v6.1/arch/alpha/include/asm/ |
D | processor.h | 16 #define TASK_SIZE (0x40000000000UL) macro
|
/Linux-v6.1/arch/nios2/include/asm/ |
D | processor.h | 41 # define TASK_SIZE 0x7FFF0000UL macro
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | mem-layout.h | 41 #define TASK_SIZE (PAGE_OFFSET) macro
|
/Linux-v6.1/arch/csky/include/asm/ |
D | processor.h | 29 #define TASK_SIZE (PAGE_OFFSET - (PAGE_SIZE * 8)) macro
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | processor.h | 21 #define TASK_SIZE 0x80000000UL macro 34 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
|
/Linux-v6.1/arch/microblaze/include/asm/ |
D | processor.h | 38 # define TASK_SIZE (CONFIG_KERNEL_START) macro
|
/Linux-v6.1/arch/arc/include/asm/ |
D | processor.h | 88 #define TASK_SIZE 0x60000000 macro
|
/Linux-v6.1/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-v6.1/arch/riscv/include/asm/ |
D | pgtable.h | 783 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro 786 #define TASK_SIZE TASK_SIZE_64 macro 790 #define TASK_SIZE FIXADDR_START macro 799 #define TASK_SIZE 0xffffffffUL macro
|
/Linux-v6.1/arch/microblaze/ |
D | Kconfig | 203 config TASK_SIZE config
|
/Linux-v6.1/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-v6.1/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-v6.1/arch/um/include/asm/ |
D | processor-generic.h | 63 #define TASK_SIZE (task_size) macro
|
/Linux-v6.1/arch/sh/include/asm/ |
D | processor_32.h | 28 #define TASK_SIZE 0x7c000000UL macro
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | processor.h | 27 #define TASK_SIZE TASK_SIZE_OF(current) macro
|
/Linux-v6.1/arch/s390/include/asm/ |
D | processor.h | 92 #define TASK_SIZE (test_thread_flag(TIF_31BIT) ? \ macro
|