Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/net/
H A 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...]
/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit_comp64.c1164 struct bpf_prog *org_fp = fp; in bpf_int_jit_compile() local
1170 return org_fp; in bpf_int_jit_compile()
1172 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()
1174 return org_fp; in bpf_int_jit_compile()
1176 if (tmp_fp != org_fp) { in bpf_int_jit_compile()
1185 fp = org_fp; in bpf_int_jit_compile()
1205 fp = org_fp; in bpf_int_jit_compile()
1217 fp = org_fp; in bpf_int_jit_compile()
1229 fp = org_fp; in bpf_int_jit_compile()
1248 fp = org_fp; in bpf_int_jit_compile()
[all...]

Completed in 3 milliseconds