Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c882 bool is_fetch = (imm & BPF_FETCH) || (imm == BPF_XCHG); in emit_bpf_atomic() local
883 s8 fetch_reg = is_fetch ? lo(rs) : RV_REG_ZERO; in emit_bpf_atomic()
884 int aq = is_fetch ? 1 : 0; in emit_bpf_atomic()
885 int rl = is_fetch ? 1 : 0; in emit_bpf_atomic()
911 if (is_fetch) { in emit_bpf_atomic()