Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c1619 u8 *start_of_ldx; in do_jit() local
2051 start_of_ldx = prog; in do_jit()
2064 start_of_ldx = prog; in do_jit()
2072 u8 *_insn = image + proglen + (start_of_ldx - temp); in do_jit()
2092 ex->fixup = (prog - start_of_ldx) | in do_jit()
2161 start_of_ldx = prog; in do_jit()
2162 end_of_jmp[-1] = start_of_ldx - end_of_jmp; in do_jit()
2172 u8 *_insn = image + proglen + (start_of_ldx - temp); in do_jit()
2176 start_of_ldx[-1] = prog - start_of_ldx; in do_jit()
2211 ex->fixup = (prog - start_of_ldx) | (reg2pt_regs[dst_reg] << 8); in do_jit()
[all …]