OFFSETS_B_CONV 150 arch/mips/net/ebpf_jit.c target_va = base_va + (ctx->offsets[target_idx] & ~OFFSETS_B_CONV); OFFSETS_B_CONV 176 arch/mips/net/ebpf_jit.c return (ctx->offsets[tgt] & ~OFFSETS_B_CONV) - OFFSETS_B_CONV 1111 arch/mips/net/ebpf_jit.c if (!(ctx->offsets[this_idx] & OFFSETS_B_CONV)) { OFFSETS_B_CONV 1112 arch/mips/net/ebpf_jit.c ctx->offsets[this_idx] |= OFFSETS_B_CONV; OFFSETS_B_CONV 1122 arch/mips/net/ebpf_jit.c if (ctx->offsets[this_idx] & OFFSETS_B_CONV) { OFFSETS_B_CONV 1135 arch/mips/net/ebpf_jit.c if (!(ctx->offsets[this_idx] & OFFSETS_B_CONV)) { OFFSETS_B_CONV 1136 arch/mips/net/ebpf_jit.c ctx->offsets[this_idx] |= OFFSETS_B_CONV; OFFSETS_B_CONV 1146 arch/mips/net/ebpf_jit.c if (ctx->offsets[this_idx] & OFFSETS_B_CONV) { OFFSETS_B_CONV 1533 arch/mips/net/ebpf_jit.c ctx->offsets[i] = (ctx->offsets[i] & OFFSETS_B_CONV) | (ctx->idx * 4);