Home
last modified time | relevance | path

Searched refs:stack_base (Results 1 – 7 of 7) sorted by relevance

/linux/arch/parisc/kernel/
H A Dsys_parisc.c82 unsigned long stack_base; in mmap_upper_limit() local
85 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()
/linux/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_signal.c53 char stack_base; in child() local
61 stack_base_ptr = (char *) (((size_t) &stack_base + 65535) & ~65535UL); in child()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dstacktrace.c31 stacktrace_info->stack_base = (unsigned long)(params->stack_hyp_va - NVHE_STACK_SIZE); in hyp_prepare_backtrace()
/linux/arch/arm64/kvm/
H A Dstacktrace.c53 unsigned long low = (unsigned long)stacktrace_info->stack_base; in stackinfo_get_hyp()
H A Darm.c2529 unsigned long stack_base; in init_hyp_mode() local
2531 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() local
2608 err = create_hyp_stack(__pa(stack_base), &params->stack_hyp_va); in init_hyp_mode()
2620 params->stack_pa = __pa(stack_base); in init_hyp_mode()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h229 u64 stack_base; /* W0 */ member
/linux/kernel/bpf/
H A Dverifier.c21963 s32 stack_base, in inline_bpf_loop() argument
21967 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()