Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dsys_sparc_64.c108 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()
297 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-v4.19/arch/sparc/include/asm/
Dprocessor_64.h44 #define STACK_TOP32 ((1UL << 32UL) - PAGE_SIZE) macro
48 STACK_TOP32 : STACK_TOP64)
/Linux-v4.19/arch/sparc/mm/
Dhugetlbpage.c38 task_size = STACK_TOP32; in hugetlb_get_unmapped_area_bottomup()
90 info.high_limit = STACK_TOP32; in hugetlb_get_unmapped_area_topdown()
107 task_size = STACK_TOP32; in hugetlb_get_unmapped_area()