Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/
Dprocessor.h57 #define TASK_SIZE64 (0x1UL << ((cpu_data[0].vmbits>48)?48:cpu_data[0].vmbits)) macro
59 #define TASK_SIZE64 0x10000000000UL macro
61 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
62 #define STACK_TOP_MAX TASK_SIZE64
65 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
Dpgtable-64.h139 #define USER_PTRS_PER_PGD ((TASK_SIZE64 / PGDIR_SIZE)?(TASK_SIZE64 / PGDIR_SIZE):1)
/linux-5.19.10/arch/loongarch/include/asm/
Dprocessor.h32 #define TASK_SIZE64 (0x1UL << ((cpu_vabits > VA_BITS) ? VA_BITS : cpu_vabits)) macro
34 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
36 #define STACK_TOP_MAX TASK_SIZE64
39 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
Dpgtable.h60 #define USER_PTRS_PER_PGD ((TASK_SIZE64 / PGDIR_SIZE)?(TASK_SIZE64 / PGDIR_SIZE):1)