Searched refs:lm3 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1016 unsigned int size, bool first, bool new_gpr, bool last, bool lm3,
1021 unsigned int size, bool first, bool new_gpr, bool last, bool lm3,
1039 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx));
1043 if (WARN_ON_ONCE(lm3 && idx > RE_REG_LM_IDX_MAX))
1068 reg = reg_lm(lm3 ? 3 : 0, idx);
1090 unsigned int size, bool first, bool new_gpr, bool last, bool lm3,
1108 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx),
1113 if (WARN_ON_ONCE(lm3 && idx > RE_REG_LM_IDX_MAX))
1138 reg = reg_lm(lm3 ? 3 : 0, idx);
1171 bool lm3 local
1020 wrp_lmem_load(struct nfp_prog *nfp_prog, u8 dst, u8 dst_byte, s32 off, unsigned int size, bool first, bool new_gpr, bool last, bool lm3, bool needs_inc) argument
1089 wrp_lmem_store(struct nfp_prog *nfp_prog, u8 src, u8 src_byte, s32 off, unsigned int size, bool first, bool new_gpr, bool last, bool lm3, bool needs_inc) argument
[all...]

Completed in 104 milliseconds