Searched refs:stack_base (Results 1 – 7 of 7) sorted by relevance
53 char stack_base; in child() local61 stack_base_ptr = (char *) (((size_t) &stack_base + 65535) & ~65535UL); in child()
2724 unsigned long stack_base; in init_hyp_mode() local2726 stack_base = __get_free_pages(GFP_KERNEL, NVHE_STACK_SHIFT - PAGE_SHIFT); in init_hyp_mode()2727 if (!stack_base) { in init_hyp_mode()2732 per_cpu(kvm_arm_hyp_stack_base, cpu) = stack_base; in init_hyp_mode()2810 char *stack_base = (char *)per_cpu(kvm_arm_hyp_stack_base, cpu); in init_hyp_mode() local2812 err = create_hyp_stack(__pa(stack_base), ¶ms->stack_hyp_va); in init_hyp_mode()2824 params->stack_pa = __pa(stack_base); in init_hyp_mode()
230 unsigned long stack_base; member
444 seq_printf(m, "W0: Stack base\t\t%llx\n", pool->stack_base); in print_npa_cn20k_pool_ctx()
2407 s32 stack_base, in inline_bpf_loop() argument2411 s32 r6_offset = stack_base + 0 * BPF_REG_SIZE; in inline_bpf_loop()2412 s32 r7_offset = stack_base + 1 * BPF_REG_SIZE; in inline_bpf_loop()2413 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()
1497 aq->pool.stack_base = pool->stack->iova; in otx2_pool_aq_init()