Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/net/
H A Dbpf_jit_comp.c37 struct bpf_jit { struct
341 static bool is_first_pass(struct bpf_jit *jit) in is_first_pass()
350 static bool is_codegen_pass(struct bpf_jit *jit) in is_codegen_pass()
625 static void emit_expoline(struct bpf_jit *jit) in emit_expoline()
636 static void emit_r1_thunk(struct bpf_jit *jit) in emit_r1_thunk()
649 static void call_r1(struct bpf_jit *jit) in call_r1()
2212 struct bpf_jit ctx;
2266 struct bpf_jit jit; in bpf_int_jit_compile()
2427 struct bpf_jit common;
2472 struct bpf_jit *jit = &tjit->common; in invoke_bpf_prog()
[all …]
/linux-6.15/arch/loongarch/net/
H A DMakefile7 obj-$(CONFIG_BPF_JIT) += bpf_jit.o