Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/ !
Djit.c165 if (mask == BR_UNC && defer > 2) { in emit_br_relo()
172 mask != BR_UNC ? BR_EV_PIP_COND : BR_EV_PIP_UNCOND, in emit_br_relo()
1660 emit_br(nfp_prog, BR_UNC, end, 2); in adjust_head()
1709 emit_br(nfp_prog, BR_UNC, end, 2); in adjust_tail()
1743 emit_br_relo(nfp_prog, BR_UNC, BR_OFF_RELO + meta->func_id, in map_call_stack_common()
1788 emit_br_relo(nfp_prog, BR_UNC, BR_OFF_RELO + meta->func_id, in nfp_perf_event_output()
2086 emit_br(nfp_prog, BR_UNC, label_end, 2); in shl_reg64()
2197 emit_br(nfp_prog, BR_UNC, label_end, 2); in shr_reg64()
2311 emit_br(nfp_prog, BR_UNC, label_end, 2); in ashr_reg64()
3089 emit_br(nfp_prog, BR_UNC, out, 0); in mem_xadd()
[all …]
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/ !
Dnfp_asm.h79 BR_UNC = 0x18, enumerator