Searched refs:bpf_jit (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/s390/net/ |
D | bpf_jit_comp.c | 37 struct bpf_jit { struct 122 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() 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() 366 static bool can_use_rel(struct bpf_jit *jit, int off) in can_use_rel() 384 static bool can_use_ldisp_for_lit32(struct bpf_jit *jit) in can_use_ldisp_for_lit32() 393 static bool can_use_ldisp_for_lit64(struct bpf_jit *jit) in can_use_ldisp_for_lit64() 409 static void save_regs(struct bpf_jit *jit, u32 rs, u32 re) in save_regs() 424 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) in restore_regs() 473 static void save_restore_regs(struct bpf_jit *jit, int op, u32 stack_depth, in save_restore_regs() [all …]
|
/linux-6.12.1/arch/loongarch/net/ |
D | Makefile | 7 obj-$(CONFIG_BPF_JIT) += bpf_jit.o
|