Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/net/
Dbpf_jit_comp.c67 struct bpf_prog *org_fp = fp; in bpf_int_jit_compile() local
75 return org_fp; in bpf_int_jit_compile()
77 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()
79 return org_fp; in bpf_int_jit_compile()
81 if (tmp_fp != org_fp) { in bpf_int_jit_compile()
90 fp = org_fp; in bpf_int_jit_compile()
111 fp = org_fp; in bpf_int_jit_compile()
124 fp = org_fp; in bpf_int_jit_compile()
138 fp = org_fp; in bpf_int_jit_compile()
161 fp = org_fp; in bpf_int_jit_compile()
[all …]