Searched refs:nfp_insn_meta (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.h | 234 struct nfp_insn_meta; 240 list_last_entry(&(nfp_prog)->insns, struct nfp_insn_meta, l) 300 struct nfp_insn_meta { struct 319 struct nfp_insn_meta *jmp_dst; argument 351 static inline u8 mbpf_class(const struct nfp_insn_meta *meta) in mbpf_class() argument 356 static inline u8 mbpf_src(const struct nfp_insn_meta *meta) in mbpf_src() 361 static inline u8 mbpf_op(const struct nfp_insn_meta *meta) in mbpf_op() 366 static inline u8 mbpf_mode(const struct nfp_insn_meta *meta) in mbpf_mode() 522 struct nfp_insn_meta *verifier_meta; 559 bool nfp_is_subprog_start(struct nfp_insn_meta *meta); [all …]
|
H A D | jit.c | 2731 struct nfp_insn_meta *meta) in mem_ldx_data_init_pktcache() 2757 struct nfp_insn_meta *meta, in mem_ldx_data_from_pktcache_unaligned() 2811 struct nfp_insn_meta *meta, in mem_ldx_data_from_pktcache_aligned() 3833 struct nfp_insn_meta *meta; in nfp_translate() 3890 struct nfp_insn_meta *meta; in nfp_bpf_opt_reg_init() 3916 struct nfp_insn_meta *meta; in nfp_bpf_opt_neg_add_sub() 3960 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ld_mask() 4050 struct nfp_insn_meta *st_meta) in curr_pair_is_memcpy() 4190 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ldst_gather() 4493 struct nfp_insn_meta *meta; in nfp_bpf_jit_prepare() [all …]
|
H A D | verifier.c | 19 struct nfp_insn_meta * 49 struct nfp_insn_meta *meta, in nfp_record_adjust_head() 158 struct nfp_insn_meta *meta, in nfp_bpf_map_call_ok() 172 struct nfp_insn_meta *meta) in nfp_bpf_check_helper_call() 344 struct nfp_insn_meta *meta, in nfp_bpf_check_stack_access() 635 struct nfp_insn_meta *meta = nfp_prog->verifier_meta; in nfp_verify_insn() 676 struct nfp_insn_meta *meta; in nfp_assign_subprog_idx_and_regs() 702 struct nfp_insn_meta *ret_insn[MAX_CALL_FRAMES]; in nfp_bpf_get_stack_usage() 755 struct nfp_insn_meta *meta; in nfp_bpf_insn_flag_zext() 812 struct nfp_insn_meta *meta = nfp_prog->verifier_meta; in nfp_bpf_opt_replace_insn() [all …]
|
H A D | offload.c | 154 struct nfp_insn_meta *meta; in nfp_prog_prepare() 180 struct nfp_insn_meta *meta, *tmp; in nfp_prog_free()
|