Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpage_64_types.h90 #define TASK_SIZE_LOW (test_thread_flag(TIF_ADDR32) ? \ macro
97 #define STACK_TOP TASK_SIZE_LOW
Dpage_32_types.h49 #define TASK_SIZE_LOW TASK_SIZE macro
Dprocessor.h794 #define TASK_UNMAPPED_BASE __TASK_UNMAPPED_BASE(TASK_SIZE_LOW)
/kernel/linux/linux-5.10/arch/x86/mm/
Dhugetlbpage.c134 info.high_limit = TASK_SIZE_LOW; in hugetlb_get_unmapped_area_topdown()