Home
last modified time | relevance | path

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

/linux/arch/x86/net/
H A Dbpf_jit_comp.c1520 u8 *start_of_ldx; in do_jit() local
1952 start_of_ldx = prog; in do_jit()
1965 start_of_ldx = prog; in do_jit()
1973 u8 *_insn = image + proglen + (start_of_ldx - temp); in do_jit()
1993 ex->fixup = (prog - start_of_ldx) | in do_jit()
2062 start_of_ldx = prog; in do_jit()
2063 end_of_jmp[-1] = start_of_ldx - end_of_jmp; in do_jit()
2073 u8 *_insn = image + proglen + (start_of_ldx - temp); in do_jit()
2077 start_of_ldx[-1] = prog - start_of_ldx; in do_jit()
2112 ex->fixup = (prog - start_of_ldx) | (reg2pt_regs[dst_reg] << 8); in do_jit()
[all …]