Home
last modified time | relevance | path

Searched refs:TASK_SIZE_64 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dprocessor.h54 #define TASK_SIZE_64 (UL(1) << vabits_actual) macro
68 TASK_SIZE_32 : TASK_SIZE_64)
70 TASK_SIZE_32 : TASK_SIZE_64)
74 #define TASK_SIZE TASK_SIZE_64
79 #define STACK_TOP_MAX TASK_SIZE_64
H A Delf.h131 #define ELF_ET_DYN_BASE (2 * TASK_SIZE_64 / 3)
/linux/arch/arm64/mm/
H A Dptdump.c259 if (info->base_addr < TASK_SIZE_64) in ptdump_walk()
260 end = TASK_SIZE_64; in ptdump_walk()
/linux/arch/riscv/include/asm/
H A Dprocessor.h29 #define STACK_TOP_MAX TASK_SIZE_64
H A Dpgtable.h929 #define TASK_SIZE_64 (PGDIR_SIZE * PTRS_PER_PGD / 2) macro
935 TASK_SIZE_32 : TASK_SIZE_64)
937 #define TASK_SIZE TASK_SIZE_64