Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c1186 unsigned long bpf_func, bpf_func_end, size, offset; in bpf_arch_text_poke() local
1229 bpf_func_end = bpf_func + size; in bpf_arch_text_poke()
1232 ip = (void *)(bpf_func_end - bpf_jit_ool_stub + 4); in bpf_arch_text_poke()
1246 create_branch(&old_inst, ip, bpf_func_end - bpf_jit_long_branch_stub, in bpf_arch_text_poke()
1255 create_branch(&new_inst, ip, bpf_func_end - bpf_jit_long_branch_stub, in bpf_arch_text_poke()
1268 ret = patch_ulong((void *)(bpf_func_end - bpf_jit_long_branch_stub - SZL), in bpf_arch_text_poke()
1284 create_branch(&new_inst, ip, bpf_func_end - bpf_jit_ool_stub, 0); in bpf_arch_text_poke()
1287 create_branch(&old_inst, ip, bpf_func_end - bpf_jit_ool_stub, 0); in bpf_arch_text_poke()