Searched refs:get_offset (Results 1 – 6 of 6) sorted by relevance
| /arch/mips/net/ |
| A D | bpf_jit_comp.h | 157 int get_offset(const struct jit_context *ctx, int off);
|
| A D | bpf_jit_comp64.c | 498 emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/ in emit_tail_call() 502 emit(ctx, bltz, tcc, get_offset(ctx, 1)); /* PC += off(1) if tcc < 0 */ in emit_tail_call() 513 emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/ in emit_tail_call()
|
| A D | bpf_jit_comp32.c | 1313 emit(ctx, beqz, t1, get_offset(ctx, 1)); /* PC += off(1) if t1 == 0 */ in emit_tail_call() 1318 emit(ctx, blez, t2, get_offset(ctx, 1)); /* PC += off(1) if t2 <= 0 */ in emit_tail_call() 1332 emit(ctx, beqz, t2, get_offset(ctx, 1)); /* PC += off(1) if t2 == 0 */ in emit_tail_call()
|
| A D | bpf_jit_comp.c | 185 int get_offset(const struct jit_context *ctx, int off) in get_offset() function
|
| /arch/mips/kernel/ |
| A D | vpe.c | 170 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() function 212 get_offset((unsigned long *)&mod_mem->size, s); in layout_sections()
|
| /arch/arc/net/ |
| A D | bpf_jit_core.c | 342 static inline s32 get_offset(const struct bpf_insn *insn) in get_offset() function 371 return (get_index_for_insn(ctx, insn) + 1) + get_offset(insn); in get_target_index_for_insn()
|
Completed in 16 milliseconds