Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c991 unsigned int size, bool first, bool new_gpr, bool last, bool lm3,
996 unsigned int size, bool first, bool new_gpr, bool last, bool lm3, in wrp_lmem_load() argument
1014 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx)); in wrp_lmem_load()
1018 if (WARN_ON_ONCE(lm3 && idx > RE_REG_LM_IDX_MAX)) in wrp_lmem_load()
1043 reg = reg_lm(lm3 ? 3 : 0, idx); in wrp_lmem_load()
1065 unsigned int size, bool first, bool new_gpr, bool last, bool lm3, in wrp_lmem_store() argument
1083 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx), in wrp_lmem_store()
1088 if (WARN_ON_ONCE(lm3 && idx > RE_REG_LM_IDX_MAX)) in wrp_lmem_store()
1113 reg = reg_lm(lm3 ? 3 : 0, idx); in wrp_lmem_store()
1146 bool lm3 = true; in mem_op_stack() local
[all …]