Lines Matching defs:nfp_prog
237 #define nfp_prog_first_meta(nfp_prog) \ argument
239 #define nfp_prog_last_meta(nfp_prog) \ argument
513 struct nfp_prog { struct
514 struct nfp_app_bpf *bpf;
516 u64 *prog;
517 unsigned int prog_len;
518 unsigned int __prog_alloc_len;
520 unsigned int stack_size;
522 struct nfp_insn_meta *verifier_meta;
524 enum bpf_prog_type type;
526 unsigned int last_bpf_off;
527 unsigned int tgt_out;
528 unsigned int tgt_abort;
529 unsigned int tgt_call_push_regs;
530 unsigned int tgt_call_pop_regs;
532 unsigned int n_translated;
533 int error;
535 unsigned int stack_frame_depth;
536 unsigned int adjust_head_location;
560 void nfp_bpf_jit_prepare(struct nfp_prog *nfp_prog); argument