TASK_SIZE_64      110 arch/arm64/include/asm/elf.h #define ELF_ET_DYN_BASE		(2 * TASK_SIZE_64 / 3)
TASK_SIZE_64       58 arch/arm64/include/asm/processor.h 				TASK_SIZE_32 : TASK_SIZE_64)
TASK_SIZE_64       60 arch/arm64/include/asm/processor.h 				TASK_SIZE_32 : TASK_SIZE_64)
TASK_SIZE_64       64 arch/arm64/include/asm/processor.h #define TASK_SIZE		TASK_SIZE_64
TASK_SIZE_64       69 arch/arm64/include/asm/processor.h #define STACK_TOP_MAX		TASK_SIZE_64
TASK_SIZE_64      347 arch/arm64/mm/dump.c 	unsigned long end = (start < TASK_SIZE_64) ? TASK_SIZE_64 : 0;