Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/net/
Dbpf_jit_comp32.c116 static const u8 bpf2mips32[][2] = { variable
528 const u8 *r0 = bpf2mips32[BPF_REG_0]; /* Mapped to v0-v1 */ in emit_divmod_r64()
529 const u8 *r1 = bpf2mips32[BPF_REG_1]; /* Mapped to a0-a1 */ in emit_divmod_r64()
530 const u8 *r2 = bpf2mips32[BPF_REG_2]; /* Mapped to a2-a3 */ in emit_divmod_r64()
800 const u8 *r0 = bpf2mips32[BPF_REG_0]; /* Mapped to v0-v1 */ in emit_atomic_r64()
801 const u8 *r1 = bpf2mips32[BPF_REG_1]; /* Mapped to a0-a1 */ in emit_atomic_r64()
875 const u8 *r0 = bpf2mips32[BPF_REG_0]; in emit_cmpxchg_r32()
912 const u8 *r0 = bpf2mips32[BPF_REG_0]; in emit_cmpxchg_r64()
913 const u8 *r2 = bpf2mips32[BPF_REG_2]; in emit_cmpxchg_r64()
1292 u8 ary = lo(bpf2mips32[BPF_REG_2]); in emit_tail_call()
[all …]