Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c145 struct bpf_prog *org_fp = fp; in bpf_int_jit_compile() local
155 return org_fp; in bpf_int_jit_compile()
157 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()
159 return org_fp; in bpf_int_jit_compile()
161 if (tmp_fp != org_fp) { in bpf_int_jit_compile()
170 fp = org_fp; in bpf_int_jit_compile()
198 fp = org_fp; in bpf_int_jit_compile()
216 fp = org_fp; in bpf_int_jit_compile()
230 fp = org_fp; in bpf_int_jit_compile()
254 fp = org_fp; in bpf_int_jit_compile()
[all …]