Searched refs:stack_base (Results 1 – 8 of 8) sorted by relevance
53 char stack_base; in child() local61 stack_base_ptr = (char *) (((size_t) &stack_base + 65535) & ~65535UL); in child()
612 unsigned long stack_base; in setup_arg_pages() local621 stack_base = bprm->rlim_stack.rlim_max; in setup_arg_pages()623 stack_base = calc_max_stack_size(stack_base); in setup_arg_pages()627 stack_base += (STACK_RND_MASK << PAGE_SHIFT); in setup_arg_pages()630 if (vma->vm_end - vma->vm_start > stack_base) in setup_arg_pages()633 stack_base = PAGE_ALIGN(stack_top - stack_base); in setup_arg_pages()635 stack_shift = vma->vm_start - stack_base; in setup_arg_pages()713 stack_base = vma->vm_start + stack_expand; in setup_arg_pages()715 stack_base = vma->vm_end - stack_expand; in setup_arg_pages()718 ret = expand_stack_locked(vma, stack_base); in setup_arg_pages()
2754 unsigned long stack_base; in init_hyp_mode() local2756 stack_base = __get_free_pages(GFP_KERNEL, NVHE_STACK_SHIFT - PAGE_SHIFT); in init_hyp_mode()2757 if (!stack_base) { in init_hyp_mode()2762 per_cpu(kvm_arm_hyp_stack_base, cpu) = stack_base; in init_hyp_mode()2840 char *stack_base = (char *)per_cpu(kvm_arm_hyp_stack_base, cpu); in init_hyp_mode() local2842 err = create_hyp_stack(__pa(stack_base), ¶ms->stack_hyp_va); in init_hyp_mode()2854 params->stack_pa = __pa(stack_base); in init_hyp_mode()
230 unsigned long stack_base; member
2496 s32 stack_base, in inline_bpf_loop() argument2500 s32 r6_offset = stack_base + 0 * BPF_REG_SIZE; in inline_bpf_loop()2501 s32 r7_offset = stack_base + 1 * BPF_REG_SIZE; in inline_bpf_loop()2502 s32 r8_offset = stack_base + 2 * BPF_REG_SIZE; in inline_bpf_loop()
634 aq->pool.stack_base = pool->stack->iova; in cn20k_pool_aq_init()
1496 aq->pool.stack_base = pool->stack->iova; in otx2_pool_aq_init()
1158 seq_printf(m, "W0: Stack base\t\t%llx\n", pool->stack_base); in print_npa_pool_ctx()