Home
last modified time | relevance | path

Searched refs:STACK_TOP32 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/sparc/kernel/
Dsys_sparc_64.c109 task_size = STACK_TOP32; in arch_get_unmapped_area()
154 unsigned long task_size = STACK_TOP32; in arch_get_unmapped_area_topdown()
210 info.high_limit = STACK_TOP32; in arch_get_unmapped_area_topdown()
298 unsigned long task_size = STACK_TOP32; in arch_pick_mmap_layout()
438 if (len >= STACK_TOP32) in sparc_mmap_check()
441 if (addr > STACK_TOP32 - len) in sparc_mmap_check()
/linux-6.1.9/arch/sparc/include/asm/
Dprocessor_64.h38 #define STACK_TOP32 ((1UL << 32UL) - PAGE_SIZE) macro
42 STACK_TOP32 : STACK_TOP64)
/linux-6.1.9/arch/sparc/mm/
Dhugetlbpage.c37 task_size = STACK_TOP32; in hugetlb_get_unmapped_area_bottomup()
89 info.high_limit = STACK_TOP32; in hugetlb_get_unmapped_area_topdown()
106 task_size = STACK_TOP32; in hugetlb_get_unmapped_area()