Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/net/
Dbpf_jit_comp.c934 u8 *start_of_ldx; in do_jit() local
1327 start_of_ldx = prog; in do_jit()
1328 end_of_jmp2[-1] = start_of_ldx - end_of_jmp2; in do_jit()
1333 u8 *_insn = image + proglen + (start_of_ldx - temp); in do_jit()
1337 start_of_ldx[-1] = prog - start_of_ldx; in do_jit()
1372 ex->fixup = (prog - start_of_ldx) | (reg2pt_regs[dst_reg] << 8); in do_jit()