Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
A Dprocessor_64.h38 #define STACK_TOP32 ((1UL << 32UL) - PAGE_SIZE) macro
42 STACK_TOP32 : STACK_TOP64)
/arch/sparc/kernel/
A Dsys_sparc_64.c124 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