Home
last modified time | relevance | path

Searched refs:stack_top (Results 1 – 16 of 16) sorted by relevance

/linux/arch/um/include/shared/
H A Dframe_kern.h9 extern int setup_signal_stack_sc(unsigned long stack_top, struct ksignal *ksig,
11 extern int setup_signal_stack_si(unsigned long stack_top, struct ksignal *ksig,
/linux/mm/kasan/
H A Dgeneric.c313 void __asan_allocas_unpoison(void *stack_top, ssize_t stack_bottom) in __asan_allocas_unpoison() argument
315 if (unlikely(!stack_top || stack_top > (void *)stack_bottom)) in __asan_allocas_unpoison()
318 kasan_unpoison(stack_top, (void *)stack_bottom - stack_top, false); in __asan_allocas_unpoison()
H A Dkasan.h587 void __asan_allocas_unpoison(void *stack_top, ssize_t stack_bottom);
/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt27 set var $stack_top = ($stackp & ~($stacksize - 1)) + $stacksize
29 while ($stackp < $stack_top)
41 set var $stack_top = ($stackp & ~($stacksize - 1)) + stacksize
43 while ($stackp < $stack_top)
67 set var $stack_top = ($stackp & ~($stacksize - 1)) + $stacksize
71 while (($stackp < $stack_top) && ($stackp > $stack_bot))
/linux/arch/loongarch/include/asm/
H A Dprocessor.h48 unsigned long stack_top(void);
49 #define STACK_TOP stack_top()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sysinfo.h59 uint64_t stack_top; member
H A Docteon.h60 uint64_t stack_top; member
111 uint64_t stack_top;
H A Dcvmx-bootinfo.h62 uint64_t stack_top; member
145 uint64_t stack_top;
/linux/fs/
H A Dexec.c717 unsigned long stack_top, in setup_arg_pages() argument
747 stack_base = PAGE_ALIGN(stack_top - stack_base); in setup_arg_pages()
753 stack_top = arch_align_stack(stack_top); in setup_arg_pages()
754 stack_top = PAGE_ALIGN(stack_top); in setup_arg_pages()
756 if (unlikely(stack_top < mmap_min_addr) || in setup_arg_pages()
757 unlikely(vma->vm_end - vma->vm_start >= stack_top - mmap_min_addr)) in setup_arg_pages()
760 stack_shift = vma->vm_end - stack_top; in setup_arg_pages()
/linux/include/linux/
H A Dbinfmts.h132 unsigned long stack_top,
H A Dmm.h3334 unsigned long randomize_stack_top(unsigned long stack_top);
/linux/mm/
H A Dutil.c351 unsigned long randomize_stack_top(unsigned long stack_top) in randomize_stack_top() argument
361 return PAGE_ALIGN(stack_top) + random_variable; in randomize_stack_top()
363 return PAGE_ALIGN(stack_top) - random_variable; in randomize_stack_top()
/linux/drivers/media/mc/
H A Dmc-entity.c315 #define stack_top(en) ((en)->stack[(en)->top].entity) macro
361 struct media_entity *entity = stack_top(graph); in media_graph_walk_iter()
407 if (stack_top(graph) == NULL) in media_graph_walk_next()
415 while (link_top(graph) != &stack_top(graph)->links) in media_graph_walk_next()
/linux/arch/loongarch/kernel/
H A Dprocess.c292 unsigned long stack_top(void) in stack_top() function
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h599 u32 stack_top; member
H A Dhinic_devlink.c410 devlink_fmsg_u32_pair_put(fmsg, "stack_top", winfo->stack_top); in mgmt_watchdog_report_show()