Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c1399 emit_lw(RV_REG_T1, offsetof(struct thread_info, cpu), in bpf_jit_emit_insn()
1806 emit_lw(bpf_to_rv_reg(BPF_REG_0, ctx), offsetof(struct thread_info, cpu), in bpf_jit_emit_insn()
H A Dbpf_jit.h1111 static inline void emit_lw(u8 rd, s32 off, u8 rs1, struct rv_jit_context *ctx) in emit_lw() function