Searched refs:stack_base (Results 1 – 7 of 7) sorted by relevance
82 unsigned long stack_base; in mmap_upper_limit() local85 stack_base = rlim_stack ? rlim_stack->rlim_max in mmap_upper_limit()88 stack_base = calc_max_stack_size(stack_base); in mmap_upper_limit()92 stack_base += (STACK_RND_MASK << PAGE_SHIFT); in mmap_upper_limit()94 return PAGE_ALIGN(STACK_TOP - stack_base); in mmap_upper_limit()
53 char stack_base; in child() local61 stack_base_ptr = (char *) (((size_t) &stack_base + 65535) & ~65535UL); in child()
31 stacktrace_info->stack_base = (unsigned long)(params->stack_hyp_va - NVHE_STACK_SIZE); in hyp_prepare_backtrace()
53 unsigned long low = (unsigned long)stacktrace_info->stack_base; in stackinfo_get_hyp()
2529 unsigned long stack_base; in init_hyp_mode() local2531 stack_base = __get_free_pages(GFP_KERNEL, NVHE_STACK_SHIFT - PAGE_SHIFT); in init_hyp_mode()2532 if (!stack_base) { in init_hyp_mode()2537 per_cpu(kvm_arm_hyp_stack_base, cpu) = stack_base; in init_hyp_mode()2606 char *stack_base = (char *)per_cpu(kvm_arm_hyp_stack_base, cpu); in init_hyp_mode() local2608 err = create_hyp_stack(__pa(stack_base), ¶ms->stack_hyp_va); in init_hyp_mode()2620 params->stack_pa = __pa(stack_base); in init_hyp_mode()
229 u64 stack_base; /* W0 */ member
21963 s32 stack_base, in inline_bpf_loop() argument21967 s32 r6_offset = stack_base + 0 * BPF_REG_SIZE; in inline_bpf_loop()21968 s32 r7_offset = stack_base + 1 * BPF_REG_SIZE; in inline_bpf_loop()21969 s32 r8_offset = stack_base + 2 * BPF_REG_SIZE; in inline_bpf_loop()