Searched refs:STACK_TOP32 (Results 1 – 2 of 2) sorted by relevance
38 #define STACK_TOP32 ((1UL << 32UL) - PAGE_SIZE) macro42 STACK_TOP32 : STACK_TOP64)
124 task_size = STACK_TOP32; in arch_get_unmapped_area()169 unsigned long task_size = STACK_TOP32; in arch_get_unmapped_area_topdown()230 info.high_limit = STACK_TOP32; in arch_get_unmapped_area_topdown()315 unsigned long task_size = STACK_TOP32; in arch_pick_mmap_layout()455 if (len >= STACK_TOP32) in sparc_mmap_check()458 if (addr > STACK_TOP32 - len) in sparc_mmap_check()
Completed in 5 milliseconds