Searched refs:b2p (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 38 return (ctx->seen & (1 << (31 - b2p[i]))); in bpf_is_seen_register() 43 ctx->seen |= (1 << (31 - b2p[i])); in bpf_set_seen_register() 102 PPC_LI(b2p[TMP_REG_1], 0); in bpf_jit_build_prologue() 104 PPC_BPF_STL(b2p[TMP_REG_1], 1, -(BPF_PPC_STACK_SAVE + 8)); in bpf_jit_build_prologue() 132 PPC_BPF_STL(b2p[i], 1, bpf_jit_stack_offsetof(ctx, b2p[i])); in bpf_jit_build_prologue() 136 PPC_ADDI(b2p[BPF_REG_FP], 1, in bpf_jit_build_prologue() 147 PPC_BPF_LL(b2p[i], 1, bpf_jit_stack_offsetof(ctx, b2p[i])); in bpf_jit_emit_common_epilogue() 164 PPC_MR(3, b2p[BPF_REG_0]); in bpf_jit_build_epilogue() 213 int b2p_bpf_array = b2p[BPF_REG_2]; in bpf_jit_emit_tail_call() 214 int b2p_index = b2p[BPF_REG_3]; in bpf_jit_emit_tail_call() [all …]
|
D | bpf_jit64.h | 46 static const int b2p[] = { variable
|