Searched defs:jit (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/arch/s390/net/ |
| D | bpf_jit_comp.c | 111 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() 332 static bool is_first_pass(struct bpf_jit *jit) in is_first_pass() 341 static bool is_codegen_pass(struct bpf_jit *jit) in is_codegen_pass() 357 static bool can_use_rel(struct bpf_jit *jit, int off) in can_use_rel() 375 static bool can_use_ldisp_for_lit32(struct bpf_jit *jit) in can_use_ldisp_for_lit32() 384 static bool can_use_ldisp_for_lit64(struct bpf_jit *jit) in can_use_ldisp_for_lit64() 400 static void save_regs(struct bpf_jit *jit, u32 rs, u32 re) in save_regs() 415 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) in restore_regs() 433 static int get_start(struct bpf_jit *jit, int start) in get_start() 447 static int get_end(struct bpf_jit *jit, int start) in get_end() [all …]
|
| /kernel/linux/linux-6.6/arch/s390/net/ |
| D | bpf_jit_comp.c | 117 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() 338 static bool is_first_pass(struct bpf_jit *jit) in is_first_pass() 347 static bool is_codegen_pass(struct bpf_jit *jit) in is_codegen_pass() 363 static bool can_use_rel(struct bpf_jit *jit, int off) in can_use_rel() 381 static bool can_use_ldisp_for_lit32(struct bpf_jit *jit) in can_use_ldisp_for_lit32() 390 static bool can_use_ldisp_for_lit64(struct bpf_jit *jit) in can_use_ldisp_for_lit64() 406 static void save_regs(struct bpf_jit *jit, u32 rs, u32 re) in save_regs() 421 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) in restore_regs() 439 static int get_start(struct bpf_jit *jit, int start) in get_start() 453 static int get_end(struct bpf_jit *jit, int start) in get_end() [all …]
|