Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/net/
Dbpf_jit_comp.c65 #define REG_W1 (MAX_BPF_JIT_REG + 1) /* Work register 2 (odd) */ macro
69 #define REG_1 REG_W1 /* Register 1 */
96 [REG_W1] = 1,
548 EMIT4(0xb9040000, REG_W1, REG_15); in bpf_jit_prologue()
555 EMIT6_DISP_LH(0xe3000000, 0x0024, REG_W1, REG_0, in bpf_jit_prologue()
814 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
819 EMIT2(0x1800, REG_W1, dst_reg); in bpf_jit_insn()
831 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
836 EMIT4(0xb9040000, REG_W1, dst_reg); in bpf_jit_insn()
846 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
[all …]