Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c1469 u8 *start_of_ldx; in do_jit() local
1893 start_of_ldx = prog; in do_jit()
1906 start_of_ldx = prog; in do_jit()
1914 u8 *_insn = image + proglen + (start_of_ldx - temp); in do_jit()
1934 ex->fixup = (prog - start_of_ldx) | in do_jit()
2003 start_of_ldx = prog; in do_jit()
2004 end_of_jmp[-1] = start_of_ldx - end_of_jmp; in do_jit()
2014 u8 *_insn = image + proglen + (start_of_ldx - temp); in do_jit()
2018 start_of_ldx[-1] = prog - start_of_ldx; in do_jit()
2053 ex->fixup = (prog - start_of_ldx) | (reg2pt_regs[dst_reg] << 8); in do_jit()
[all …]