Searched refs:stack_top (Results 1 – 16 of 16) sorted by relevance
/linux/arch/um/include/shared/ |
H A D | frame_kern.h | 9 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 D | generic.c | 313 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 D | kasan.h | 587 void __asan_allocas_unpoison(void *stack_top, ssize_t stack_bottom);
|
/linux/Documentation/admin-guide/kdump/ |
H A D | gdbmacros.txt | 27 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 D | processor.h | 48 unsigned long stack_top(void); 49 #define STACK_TOP stack_top()
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-sysinfo.h | 59 uint64_t stack_top; member
|
H A D | octeon.h | 60 uint64_t stack_top; member 111 uint64_t stack_top;
|
H A D | cvmx-bootinfo.h | 62 uint64_t stack_top; member 145 uint64_t stack_top;
|
/linux/fs/ |
H A D | exec.c | 717 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 D | binfmts.h | 132 unsigned long stack_top,
|
H A D | mm.h | 3334 unsigned long randomize_stack_top(unsigned long stack_top);
|
/linux/mm/ |
H A D | util.c | 351 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 D | mc-entity.c | 315 #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 D | process.c | 292 unsigned long stack_top(void) in stack_top() function
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_dev.h | 599 u32 stack_top; member
|
H A D | hinic_devlink.c | 410 devlink_fmsg_u32_pair_put(fmsg, "stack_top", winfo->stack_top); in mgmt_watchdog_report_show()
|