/linux/arch/powerpc/include/asm/ |
H A D | task_size_32.h | 9 #define TASK_SIZE (CONFIG_TASK_SIZE) macro
|
H A D | task_size_64.h | 47 #define TASK_SIZE (is_32bit_task() ? TASK_SIZE_USER32 : TASK_SIZE_USER64) macro
|
/linux/arch/alpha/include/asm/ |
H A D | processor.h | 14 #define TASK_SIZE (0x40000000000UL) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | processor.h | 35 #define TASK_SIZE (0x80000000UL) macro
|
/linux/arch/nios2/include/asm/ |
H A D | processor.h | 41 # define TASK_SIZE 0x7FFF0000UL macro
|
/linux/arch/csky/include/asm/ |
H A D | processor.h | 29 #define TASK_SIZE (PAGE_OFFSET - (PAGE_SIZE * 8)) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | mem-layout.h | 41 #define TASK_SIZE (PAGE_OFFSET) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | processor.h | 38 # define TASK_SIZE (CONFIG_KERNEL_START) macro
|
/linux/arch/loongarch/include/asm/ |
H 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/arch/arc/include/asm/ |
H A D | processor.h | 85 #define TASK_SIZE 0x60000000 macro
|
/linux/arch/sparc/include/asm/ |
H A D | processor_32.h | 20 #define TASK_SIZE PAGE_OFFSET macro
|
H A D | processor_64.h | 33 #define TASK_SIZE \ macro
|
/linux/arch/um/include/asm/ |
H A D | processor-generic.h | 51 #define TASK_SIZE (task_size) macro
|
/linux/arch/mips/include/asm/ |
H 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/arch/riscv/include/asm/ |
H A D | pgtable.h | 934 #define TASK_SIZE (is_compat_task() ? \ macro 937 #define TASK_SIZE TASK_SIZE_64 macro 941 #define TASK_SIZE FIXADDR_START macro 949 #define TASK_SIZE _AC(-1, UL) macro
|
/linux/arch/microblaze/ |
H A D | Kconfig | 205 config TASK_SIZE config
|
/linux/arch/arm64/include/asm/ |
H A D | processor.h | 67 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro 74 #define TASK_SIZE TASK_SIZE_64 macro
|
/linux/arch/sh/include/asm/ |
H A D | processor_32.h | 28 #define TASK_SIZE 0x7c000000UL macro
|
/linux/arch/parisc/include/asm/ |
H A D | processor.h | 28 #define TASK_SIZE TASK_SIZE_OF(current) macro
|
/linux/arch/powerpc/ |
H A D | Kconfig | 1305 config TASK_SIZE global() config
|