Home
last modified time | relevance | path

Searched refs:get_offset (Results 1 – 6 of 6) sorted by relevance

/arch/mips/net/
A Dbpf_jit_comp.h157 int get_offset(const struct jit_context *ctx, int off);
A Dbpf_jit_comp64.c498 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 Dbpf_jit_comp32.c1313 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 Dbpf_jit_comp.c185 int get_offset(const struct jit_context *ctx, int off) in get_offset() function
/arch/mips/kernel/
A Dvpe.c170 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 Dbpf_jit_core.c342 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