Searched refs:bpf_func_end (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 1171 unsigned long bpf_func, bpf_func_end, size, offset; in bpf_arch_text_poke() local 1214 bpf_func_end = bpf_func + size; in bpf_arch_text_poke() 1217 ip = (void *)(bpf_func_end - bpf_jit_ool_stub + 4); in bpf_arch_text_poke() 1231 create_branch(&old_inst, ip, bpf_func_end - bpf_jit_long_branch_stub, in bpf_arch_text_poke() 1240 create_branch(&new_inst, ip, bpf_func_end - bpf_jit_long_branch_stub, in bpf_arch_text_poke() 1253 ret = patch_ulong((void *)(bpf_func_end - bpf_jit_long_branch_stub - SZL), in bpf_arch_text_poke() 1269 create_branch(&new_inst, ip, bpf_func_end - bpf_jit_ool_stub, 0); in bpf_arch_text_poke() 1272 create_branch(&old_inst, ip, bpf_func_end - bpf_jit_ool_stub, 0); in bpf_arch_text_poke()
|