Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
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
A Delf.h131 #define ELF_ET_DYN_BASE (2 * TASK_SIZE_64 / 3)
/arch/riscv/include/asm/
A Dprocessor.h32 #define STACK_TOP_MAX TASK_SIZE_64
A Dpgtable.h1055 #define TASK_SIZE_64 (PGDIR_SIZE * PTRS_PER_PGD / 2) macro
1060 TASK_SIZE_32 : TASK_SIZE_64)
1062 #define TASK_SIZE TASK_SIZE_64
/arch/arm64/mm/
A Dptdump.c291 if (info->base_addr < TASK_SIZE_64) in ptdump_walk()
292 end = TASK_SIZE_64; in ptdump_walk()
/arch/arm64/kernel/
A Defi.c191 if (!current_in_efi() || regs->pc >= TASK_SIZE_64) in efi_runtime_fixup_exception()

Completed in 57 milliseconds