Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dprocessor.h56 #define TASK_SIZE_64 (UL(1) << vabits_actual) macro
70 TASK_SIZE_32 : TASK_SIZE_64)
72 TASK_SIZE_32 : TASK_SIZE_64)
76 #define TASK_SIZE TASK_SIZE_64
81 #define STACK_TOP_MAX TASK_SIZE_64
/linux/arch/arm64/mm/
H A Dptdump.c298 if (info->base_addr < TASK_SIZE_64) in ptdump_walk()
299 end = TASK_SIZE_64; in ptdump_walk()
/linux/arch/riscv/include/asm/
H A Dprocessor.h32 #define STACK_TOP_MAX TASK_SIZE_64
H A Dpgtable.h1221 #define TASK_SIZE_64 (PGDIR_SIZE * PTRS_PER_PGD / 2) macro
1226 TASK_SIZE_32 : TASK_SIZE_64)
1228 #define TASK_SIZE TASK_SIZE_64