/linux-6.3-rc2/arch/m68k/include/asm/ |
A 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.3-rc2/arch/arm/include/asm/ |
A 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-6.3-rc2/arch/powerpc/include/asm/ |
A D | task_size_32.h | 9 #define TASK_SIZE (CONFIG_TASK_SIZE) macro
|
A D | task_size_64.h | 47 #define TASK_SIZE (is_32bit_task() ? TASK_SIZE_USER32 : TASK_SIZE_USER64) macro
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | processor.h | 32 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro 34 #define TASK_SIZE __XTENSA_UL_CONST(0xffffffff) macro
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | processor.h | 35 #define TASK_SIZE (0x80000000UL) macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | page_32_types.h | 48 #define TASK_SIZE __PAGE_OFFSET macro
|
A D | page_64_types.h | 75 #define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \ macro
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | processor.h | 16 #define TASK_SIZE (0x40000000000UL) macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | processor.h | 41 # define TASK_SIZE 0x7FFF0000UL macro
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | processor.h | 29 #define TASK_SIZE (PAGE_OFFSET - (PAGE_SIZE * 8)) macro
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | mem-layout.h | 41 #define TASK_SIZE (PAGE_OFFSET) macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A 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.3-rc2/arch/microblaze/include/asm/ |
A D | processor.h | 38 # define TASK_SIZE (CONFIG_KERNEL_START) macro
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | processor.h | 88 #define TASK_SIZE 0x60000000 macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | processor_32.h | 20 #define TASK_SIZE PAGE_OFFSET macro
|
A D | processor_64.h | 33 #define TASK_SIZE \ macro
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 808 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro 811 #define TASK_SIZE TASK_SIZE_64 macro 815 #define TASK_SIZE FIXADDR_START macro 824 #define TASK_SIZE 0xffffffffUL macro
|
/linux-6.3-rc2/arch/microblaze/ |
A D | Kconfig | 203 config TASK_SIZE config
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A 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.3-rc2/arch/um/include/asm/ |
A D | processor-generic.h | 63 #define TASK_SIZE (task_size) macro
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | processor.h | 67 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro 74 #define TASK_SIZE TASK_SIZE_64 macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | processor_32.h | 28 #define TASK_SIZE 0x7c000000UL macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | processor.h | 27 #define TASK_SIZE TASK_SIZE_OF(current) macro
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | processor.h | 109 #define TASK_SIZE (test_thread_flag(TIF_31BIT) ? \ macro
|