Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dpage_64_types.h73 #define TASK_SIZE_LOW (test_thread_flag(TIF_ADDR32) ? \ macro
80 #define STACK_TOP TASK_SIZE_LOW
Dpage_32_types.h49 #define TASK_SIZE_LOW TASK_SIZE macro
Dprocessor.h788 #define TASK_UNMAPPED_BASE __TASK_UNMAPPED_BASE(TASK_SIZE_LOW)
/linux-5.19.10/arch/x86/mm/
Dhugetlbpage.c134 info.high_limit = TASK_SIZE_LOW; in hugetlb_get_unmapped_area_topdown()