Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dsignal.c360 int setup_signal_stack_sc(unsigned long stack_top, struct ksignal *ksig, in setup_signal_stack_sc() argument
368 stack_top = ((stack_top + 4) & -16UL) - 4; in setup_signal_stack_sc()
369 frame = (struct sigframe __user *) stack_top - 1; in setup_signal_stack_sc()
406 int setup_signal_stack_si(unsigned long stack_top, struct ksignal *ksig, in setup_signal_stack_si() argument
413 stack_top &= -8UL; in setup_signal_stack_si()
414 frame = (struct rt_sigframe __user *) stack_top - 1; in setup_signal_stack_si()
488 int setup_signal_stack_si(unsigned long stack_top, struct ksignal *ksig, in setup_signal_stack_si() argument
496 round_down(stack_top - sizeof(struct rt_sigframe), 16); in setup_signal_stack_si()
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dgeneric.c304 void __asan_allocas_unpoison(const void *stack_top, const void *stack_bottom) in __asan_allocas_unpoison() argument
306 if (unlikely(!stack_top || stack_top > stack_bottom)) in __asan_allocas_unpoison()
309 kasan_unpoison(stack_top, stack_bottom - stack_top, false); in __asan_allocas_unpoison()
H A Dkasan.h460 void __asan_allocas_unpoison(const void *stack_top, const void *stack_bottom);
/OK3568_Linux_fs/u-boot/arch/x86/cpu/queensbay/
H A Dfsp_configs.c15 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_api.h19 u32 stack_top; member
43 u32 stack_top; member
H A Dfsp_support.h67 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf);
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dfsp_configs.c37 rt_buf->stack_top = config->common.stack_top - 32; in update_fsp_configs()
/OK3568_Linux_fs/kernel/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))
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dsipi_vector.S114 movl stack_top, %edx
202 stack_top: label
/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c100 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf) in fsp_init() argument
120 config_data.common.stack_top = stack_top; in fsp_init()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/
H A Dfsp_configs.h34 u32 stack_top; member
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Docteon.h61 uint64_t stack_top; member
112 uint64_t stack_top;
H A Dcvmx-sysinfo.h59 uint64_t stack_top; member
H A Dcvmx-bootinfo.h62 uint64_t stack_top; member
145 uint64_t stack_top;
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dfsp_configs.c137 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dsipi.h63 u32 stack_top; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dia32.h65 unsigned long stack_top, int exec_stack);
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c750 unsigned long stack_top, in setup_arg_pages() argument
777 stack_base = PAGE_ALIGN(stack_top - stack_base); in setup_arg_pages()
783 stack_top = arch_align_stack(stack_top); in setup_arg_pages()
784 stack_top = PAGE_ALIGN(stack_top); in setup_arg_pages()
786 if (unlikely(stack_top < mmap_min_addr) || in setup_arg_pages()
787 unlikely(vma->vm_end - vma->vm_start >= stack_top - mmap_min_addr)) in setup_arg_pages()
790 stack_shift = vma->vm_end - stack_top; in setup_arg_pages()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbinfmts.h129 unsigned long stack_top,
/OK3568_Linux_fs/kernel/mm/
H A Dutil.c321 unsigned long randomize_stack_top(unsigned long stack_top) in randomize_stack_top() argument
331 return PAGE_ALIGN(stack_top) + random_variable; in randomize_stack_top()
333 return PAGE_ALIGN(stack_top) - random_variable; in randomize_stack_top()
/OK3568_Linux_fs/kernel/drivers/media/mc/
H A Dmc-entity.c264 #define stack_top(en) ((en)->stack[(en)->top].entity) macro
310 struct media_entity *entity = stack_top(graph); in media_graph_walk_iter()
349 if (stack_top(graph) == NULL) in media_graph_walk_next()
357 while (link_top(graph) != &stack_top(graph)->links) in media_graph_walk_next()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-ssa-live.h252 int *stack_top; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-ssa-live.h252 int *stack_top; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h533 u32 stack_top; member

12