Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1024 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_load() local
1039 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx)); in wrp_lmem_load()
1082 if (should_inc) in wrp_lmem_load()
1093 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_store() local
1108 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx), in wrp_lmem_store()
1153 if (should_inc) in wrp_lmem_store()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1024 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_load() local
1039 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx)); in wrp_lmem_load()
1082 if (should_inc) in wrp_lmem_load()
1093 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_store() local
1108 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx), in wrp_lmem_store()
1153 if (should_inc) in wrp_lmem_store()

Completed in 14 milliseconds