Searched refs:lm3 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 1016 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, in wrp_lmem_load() 1039 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx)); in wrp_lmem_load() 1043 if (WARN_ON_ONCE(lm3 && idx > RE_REG_LM_IDX_MAX)) in wrp_lmem_load() 1068 reg = reg_lm(lm3 ? 3 : 0, idx); in wrp_lmem_load() 1090 unsigned int size, bool first, bool new_gpr, bool last, bool lm3, in wrp_lmem_store() 1108 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx), in wrp_lmem_store() 1113 if (WARN_ON_ONCE(lm3 && idx > RE_REG_LM_IDX_MAX)) in wrp_lmem_store() 1138 reg = reg_lm(lm3 ? 3 : 0, idx); in wrp_lmem_store() 1171 bool lm3 in mem_op_stack() 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) wrp_lmem_load() 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) wrp_lmem_store() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 1016 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, in wrp_lmem_load() 1039 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx)); in wrp_lmem_load() 1043 if (WARN_ON_ONCE(lm3 && idx > RE_REG_LM_IDX_MAX)) in wrp_lmem_load() 1068 reg = reg_lm(lm3 ? 3 : 0, idx); in wrp_lmem_load() 1090 unsigned int size, bool first, bool new_gpr, bool last, bool lm3, in wrp_lmem_store() 1108 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx), in wrp_lmem_store() 1113 if (WARN_ON_ONCE(lm3 && idx > RE_REG_LM_IDX_MAX)) in wrp_lmem_store() 1138 reg = reg_lm(lm3 ? 3 : 0, idx); in wrp_lmem_store() 1171 bool lm3 in mem_op_stack() 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) wrp_lmem_load() 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) wrp_lmem_store() argument [all...] |
Completed in 9 milliseconds