| /arch/arm64/include/asm/ |
| A D | vmap_stack.h | 18 static inline unsigned long *arch_alloc_vmap_stack(size_t stack_size, int node) in arch_alloc_vmap_stack() argument 24 p = __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
|
| /arch/riscv/include/asm/ |
| A D | irq_stack.h | 23 static inline unsigned long *arch_alloc_vmap_stack(size_t stack_size, int node) in arch_alloc_vmap_stack() argument 27 p = __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
|
| /arch/x86/include/asm/ |
| A D | shstk.h | 20 unsigned long stack_size); 32 unsigned long stack_size) { return 0; } in shstk_alloc_thread_stack() argument
|
| /arch/loongarch/net/ |
| A D | bpf_jit.c | 1501 stack_size = 0; in __arch_prepare_bpf_trampoline() 1504 stack_size += 16; in __arch_prepare_bpf_trampoline() 1509 stack_size += 16; in __arch_prepare_bpf_trampoline() 1516 args_off = stack_size; in __arch_prepare_bpf_trampoline() 1519 stack_size += 8; in __arch_prepare_bpf_trampoline() 1524 stack_size += 8; in __arch_prepare_bpf_trampoline() 1525 ip_off = stack_size; in __arch_prepare_bpf_trampoline() 1532 stack_size += 8; in __arch_prepare_bpf_trampoline() 1533 sreg_off = stack_size; in __arch_prepare_bpf_trampoline() 1537 stack_size += 8; in __arch_prepare_bpf_trampoline() [all …]
|
| A D | bpf_jit.h | 22 u32 stack_size; member
|
| /arch/riscv/net/ |
| A D | bpf_jit_comp64.c | 1079 stack_size += 16; in __arch_prepare_bpf_trampoline() 1084 retval_off = stack_size; in __arch_prepare_bpf_trampoline() 1088 args_off = stack_size; in __arch_prepare_bpf_trampoline() 1090 stack_size += 8; in __arch_prepare_bpf_trampoline() 1091 nregs_off = stack_size; in __arch_prepare_bpf_trampoline() 1094 stack_size += 8; in __arch_prepare_bpf_trampoline() 1095 ip_off = stack_size; in __arch_prepare_bpf_trampoline() 1099 run_ctx_off = stack_size; in __arch_prepare_bpf_trampoline() 1101 stack_size += 8; in __arch_prepare_bpf_trampoline() 1102 sreg_off = stack_size; in __arch_prepare_bpf_trampoline() [all …]
|
| A D | bpf_jit_comp32.c | 145 int stack_adjust = ctx->stack_size; in __build_epilogue() 1350 ctx->stack_size = stack_adjust; in bpf_jit_build_prologue()
|
| A D | bpf_jit.h | 88 int stack_size; member
|
| /arch/x86/net/ |
| A D | bpf_jit_comp.c | 2660 int stack_size) in clean_stack_garbage() argument 2769 -stack_size); in save_args() 2773 stack_size -= 8; in save_args() 2790 -stack_size); in save_args() 2791 stack_size -= 8; in save_args() 2801 int stack_size) in restore_regs() argument 2819 -stack_size); in restore_regs() 3132 stack_size += 8; in __arch_prepare_bpf_trampoline() 3138 stack_size += 8; in __arch_prepare_bpf_trampoline() 3146 stack_size += 8; in __arch_prepare_bpf_trampoline() [all …]
|
| /arch/arm64/net/ |
| A D | bpf_jit_comp.c | 89 u32 stack_size; member 2463 int stack_size; in prepare_trampoline() local 2508 stack_size = 0; in prepare_trampoline() 2509 oargs_off = stack_size; in prepare_trampoline() 2517 ip_off = stack_size; in prepare_trampoline() 2520 stack_size += 8; in prepare_trampoline() 2524 stack_size += 8; in prepare_trampoline() 2535 stack_size += 8; in prepare_trampoline() 2538 regs_off = stack_size; in prepare_trampoline() 2539 stack_size += 16; in prepare_trampoline() [all …]
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-sysinfo.h | 63 uint32_t stack_size; member
|
| A D | octeon.h | 68 uint32_t stack_size; member 118 uint32_t stack_size;
|
| A D | cvmx-bootinfo.h | 68 uint32_t stack_size; member 150 uint32_t stack_size;
|
| /arch/x86/kernel/ |
| A D | shstk.c | 195 unsigned long stack_size) in shstk_alloc_thread_stack() argument 225 size = adjust_shstk_size(stack_size); in shstk_alloc_thread_stack()
|
| A D | process.c | 212 new_ssp = shstk_alloc_thread_stack(p, clone_flags, args->stack_size); in copy_thread()
|
| /arch/s390/net/ |
| A D | bpf_jit_comp.c | 2459 int stack_size; /* Trampoline stack size */ member 2579 int stack_offset = tjit->stack_size; in alloc_stack() 2581 tjit->stack_size += size; in alloc_stack() 2647 tjit->stack_size = STACK_FRAME_OVERHEAD; in __arch_prepare_bpf_trampoline() 2648 tjit->backchain_off = tjit->stack_size - sizeof(u64); in __arch_prepare_bpf_trampoline() 2665 tjit->stack_size -= STACK_FRAME_OVERHEAD - sizeof(u64); in __arch_prepare_bpf_trampoline() 2666 tjit->orig_stack_args_off = tjit->stack_size + STACK_FRAME_OVERHEAD; in __arch_prepare_bpf_trampoline() 2671 EMIT4_IMM(0xa70b0000, REG_15, -tjit->stack_size); in __arch_prepare_bpf_trampoline() 2677 0xf000 | (tjit->stack_size + in __arch_prepare_bpf_trampoline() 2875 _EMIT6(0xd203f000 | (tjit->stack_size + in __arch_prepare_bpf_trampoline() [all …]
|
| /arch/mips/net/ |
| A D | bpf_jit_comp.h | 84 u32 stack_size; /* Total allocated stack size in bytes */ member
|
| A D | bpf_jit_comp64.c | 615 ctx->stack_size = stack; in build_prologue() 623 ctx->stack_size - ctx->saved_size); in build_epilogue() 626 if (ctx->stack_size) in build_epilogue() 627 emit(ctx, daddiu, MIPS_R_SP, MIPS_R_SP, ctx->stack_size); in build_epilogue()
|
| A D | bpf_jit_comp32.c | 1316 emit(ctx, lw, t2, ctx->stack_size, MIPS_R_SP); /* t2 = *(SP + size) */ in emit_tail_call() 1320 emit(ctx, sw, t2, ctx->stack_size, MIPS_R_SP); /* *(SP + size) = t2 */ in emit_tail_call() 1440 ctx->stack_size = stack; in build_prologue() 1448 ctx->stack_size - ctx->saved_size); in build_epilogue() 1459 emit(ctx, addiu, MIPS_R_SP, MIPS_R_SP, ctx->stack_size); in build_epilogue()
|
| /arch/powerpc/net/ |
| A D | bpf_jit.h | 163 unsigned int stack_size; member
|
| A D | bpf_jit_comp64.c | 100 return STACK_FRAME_MIN_SIZE + ctx->stack_size; in bpf_jit_stack_local() 114 (BPF_PPC_STACKFRAME + ctx->stack_size) : 0) in bpf_jit_stack_offsetof() 161 EMIT(PPC_RAW_STDU(_R1, _R1, -(BPF_PPC_STACKFRAME + ctx->stack_size))); in bpf_jit_build_prologue() 176 STACK_FRAME_MIN_SIZE + ctx->stack_size)); in bpf_jit_build_prologue() 190 EMIT(PPC_RAW_ADDI(_R1, _R1, BPF_PPC_STACKFRAME + ctx->stack_size)); in bpf_jit_emit_common_epilogue()
|
| A D | bpf_jit_comp32.c | 34 #define BPF_PPC_STACKFRAME(ctx) (STACK_FRAME_MIN_SIZE + BPF_PPC_STACK_SAVE + (ctx)->stack_size) 169 STACK_FRAME_MIN_SIZE + ctx->stack_size)); in bpf_jit_build_prologue()
|
| A D | bpf_jit_comp.c | 206 cgctx.stack_size = round_up(fp->aux->stack_depth, 16); in bpf_int_jit_compile()
|
| /arch/arm64/mm/ |
| A D | gcs.c | 57 size = args->stack_size / 2; in gcs_alloc_thread_stack()
|
| /arch/arm/net/ |
| A D | bpf_jit_32.c | 211 u32 stack_size; member 1547 ctx->stack_size = imm8m(STACK_SIZE); in build_prologue() 1550 emit(ARM_SUB_I(ARM_SP, ARM_SP, ctx->stack_size), ctx); in build_prologue()
|