Home
last modified time | relevance | path

Searched refs:sp_off (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/net/
H A Dbpf_jit.c594 int sp_off = 0; in get_stack_depth() local
598 sp_off += hweight32(ctx->flags >> SEEN_SREG_SFT) * SZREG; in get_stack_depth()
601 sp_off += 4 * BPF_MEMWORDS; /* BPF_MEMWORDS are 32-bit */ in get_stack_depth()
604 sp_off += SZREG; /* Space for our ra register */ in get_stack_depth()
606 return sp_off; in get_stack_depth()
611 int sp_off; in build_prologue() local
614 sp_off = get_stack_depth(ctx); in build_prologue()
615 save_bpf_jit_regs(ctx, sp_off); in build_prologue()
649 unsigned int sp_off; in build_epilogue() local
653 sp_off in build_epilogue()
[all...]

Completed in 2 milliseconds