Searched refs:bpf_jit (Results 1 – 2 of 2) sorted by relevance
37 struct bpf_jit { struct341 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 …]
7 obj-$(CONFIG_BPF_JIT) += bpf_jit.o