/openbmc/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,
|
/openbmc/u-boot/arch/x86/cpu/queensbay/ |
H A D | fsp_configs.c | 14 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()
|
/openbmc/u-boot/arch/x86/include/asm/fsp/ |
H A D | fsp_api.h | 18 u32 stack_top; member 42 u32 stack_top; member
|
H A D | fsp_support.h | 67 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf);
|
/openbmc/linux/arch/x86/um/ |
H A D | signal.c | 361 int setup_signal_stack_sc(unsigned long stack_top, struct ksignal *ksig, in setup_signal_stack_sc() argument 369 stack_top = ((stack_top + 4) & -16UL) - 4; in setup_signal_stack_sc() 370 frame = (struct sigframe __user *) stack_top - 1; in setup_signal_stack_sc() 407 int setup_signal_stack_si(unsigned long stack_top, struct ksignal *ksig, in setup_signal_stack_si() argument 414 stack_top &= -8UL; in setup_signal_stack_si() 415 frame = (struct rt_sigframe __user *) stack_top - 1; in setup_signal_stack_si() 489 int setup_signal_stack_si(unsigned long stack_top, struct ksignal *ksig, in setup_signal_stack_si() argument 497 round_down(stack_top - sizeof(struct rt_sigframe), 16); in setup_signal_stack_si()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | fsp_configs.c | 36 rt_buf->stack_top = config->common.stack_top - 32; in update_fsp_configs()
|
/openbmc/linux/mm/kasan/ |
H A D | generic.c | 311 void __asan_allocas_unpoison(void *stack_top, ssize_t stack_bottom) in __asan_allocas_unpoison() argument 313 if (unlikely(!stack_top || stack_top > (void *)stack_bottom)) in __asan_allocas_unpoison() 316 kasan_unpoison(stack_top, (void *)stack_bottom - stack_top, false); in __asan_allocas_unpoison()
|
/openbmc/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))
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | processor.h | 48 unsigned long stack_top(void); 49 #define STACK_TOP stack_top()
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | sipi_vector.S | 113 movl stack_top, %edx 201 stack_top: label
|
H A D | mp_init.c | 249 params->stack_top = (u32)(stack + size); in load_sipi_vector()
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_support.c | 99 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf) in fsp_init() argument 119 config_data.common.stack_top = stack_top; in fsp_init()
|
/openbmc/u-boot/arch/x86/cpu/braswell/ |
H A D | fsp_configs.c | 53 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()
|
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/ |
H A D | fsp_configs.h | 33 u32 stack_top; member
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | sipi.h | 62 u32 stack_top; member
|
/openbmc/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;
|
/openbmc/u-boot/arch/x86/cpu/baytrail/ |
H A D | fsp_configs.c | 39 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | ia32.h | 65 unsigned long stack_top, int exec_stack);
|
/openbmc/linux/fs/ |
H A D | exec.c | 748 unsigned long stack_top, in setup_arg_pages() argument 778 stack_base = PAGE_ALIGN(stack_top - stack_base); in setup_arg_pages() 784 stack_top = arch_align_stack(stack_top); in setup_arg_pages() 785 stack_top = PAGE_ALIGN(stack_top); in setup_arg_pages() 787 if (unlikely(stack_top < mmap_min_addr) || in setup_arg_pages() 788 unlikely(vma->vm_end - vma->vm_start >= stack_top - mmap_min_addr)) in setup_arg_pages() 791 stack_shift = vma->vm_end - stack_top; in setup_arg_pages()
|
/openbmc/linux/include/linux/ |
H A D | binfmts.h | 122 unsigned long stack_top,
|
/openbmc/linux/mm/ |
H A D | util.c | 322 unsigned long randomize_stack_top(unsigned long stack_top) in randomize_stack_top() argument 332 return PAGE_ALIGN(stack_top) + random_variable; in randomize_stack_top() 334 return PAGE_ALIGN(stack_top) - random_variable; in randomize_stack_top()
|
/openbmc/linux/drivers/media/mc/ |
H A D | mc-entity.c | 302 #define stack_top(en) ((en)->stack[(en)->top].entity) macro 348 struct media_entity *entity = stack_top(graph); in media_graph_walk_iter() 394 if (stack_top(graph) == NULL) in media_graph_walk_next() 402 while (link_top(graph) != &stack_top(graph)->links) in media_graph_walk_next()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | process.c | 292 unsigned long stack_top(void) in stack_top() function
|