Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/kernel/
Dsys_sparc_64.c109 task_size = STACK_TOP32; in arch_get_unmapped_area()
153 unsigned long task_size = STACK_TOP32; in arch_get_unmapped_area_topdown()
209 info.high_limit = STACK_TOP32; in arch_get_unmapped_area_topdown()
294 unsigned long task_size = STACK_TOP32; in arch_pick_mmap_layout()
434 if (len >= STACK_TOP32) in sparc_mmap_check()
437 if (addr > STACK_TOP32 - len) in sparc_mmap_check()
/linux-6.12.1/arch/sparc/include/asm/
Dprocessor_64.h38 #define STACK_TOP32 ((1UL << 32UL) - PAGE_SIZE) macro
42 STACK_TOP32 : STACK_TOP64)
/linux-6.12.1/arch/sparc/mm/
Dhugetlbpage.c37 task_size = STACK_TOP32; in hugetlb_get_unmapped_area_bottomup()
86 info.high_limit = STACK_TOP32; in hugetlb_get_unmapped_area_topdown()
103 task_size = STACK_TOP32; in hugetlb_get_unmapped_area()