Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c1100 unsigned long bpf_func, bpf_func_end, size, offset; in bpf_arch_text_poke() local
1144 bpf_func_end = bpf_func + size; in bpf_arch_text_poke()
1147 ip = (void *)(bpf_func_end - bpf_jit_ool_stub + 4); in bpf_arch_text_poke()
1160 create_branch(&old_inst, ip, bpf_func_end - bpf_jit_long_branch_stub, in bpf_arch_text_poke()
1168 create_branch(&new_inst, ip, bpf_func_end - bpf_jit_long_branch_stub, in bpf_arch_text_poke()
1181 ret = patch_ulong((void *)(bpf_func_end - bpf_jit_long_branch_stub - SZL), in bpf_arch_text_poke()
1197 create_branch(&new_inst, ip, bpf_func_end - bpf_jit_ool_stub, 0); in bpf_arch_text_poke()
1200 create_branch(&old_inst, ip, bpf_func_end - bpf_jit_ool_stub, 0); in bpf_arch_text_poke()