Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/net/
Dbpf_jit_comp64.c1089 struct bpf_prog *org_fp = fp; in bpf_int_jit_compile() local
1095 return org_fp; in bpf_int_jit_compile()
1097 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()
1099 return org_fp; in bpf_int_jit_compile()
1101 if (tmp_fp != org_fp) { in bpf_int_jit_compile()
1110 fp = org_fp; in bpf_int_jit_compile()
1130 fp = org_fp; in bpf_int_jit_compile()
1142 fp = org_fp; in bpf_int_jit_compile()
1154 fp = org_fp; in bpf_int_jit_compile()
1173 fp = org_fp; in bpf_int_jit_compile()
[all …]