| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | signal.c | 360 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 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,
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | generic.c | 304 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 D | kasan.h | 460 void __asan_allocas_unpoison(const void *stack_top, const void *stack_bottom);
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/queensbay/ |
| H A D | fsp_configs.c | 15 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 D | fsp_api.h | 19 u32 stack_top; member 43 u32 stack_top; member
|
| H A D | fsp_support.h | 67 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf);
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | fsp_configs.c | 37 rt_buf->stack_top = config->common.stack_top - 32; in update_fsp_configs()
|
| /OK3568_Linux_fs/kernel/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))
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | sipi_vector.S | 114 movl stack_top, %edx 202 stack_top: label
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_support.c | 100 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 D | fsp_configs.h | 34 u32 stack_top; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | octeon.h | 61 uint64_t stack_top; member 112 uint64_t stack_top;
|
| H A D | cvmx-sysinfo.h | 59 uint64_t stack_top; member
|
| H A D | cvmx-bootinfo.h | 62 uint64_t stack_top; member 145 uint64_t stack_top;
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/ |
| H A D | fsp_configs.c | 137 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 D | sipi.h | 63 u32 stack_top; member
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | ia32.h | 65 unsigned long stack_top, int exec_stack);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | exec.c | 750 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 D | binfmts.h | 129 unsigned long stack_top,
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | util.c | 321 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 D | mc-entity.c | 264 #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 D | tree-ssa-live.h | 252 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 D | tree-ssa-live.h | 252 int *stack_top; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_dev.h | 533 u32 stack_top; member
|