Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/net/
Dbpf_jit_comp.c66 #define REG_W1 (MAX_BPF_JIT_REG + 1) /* Work register 2 (odd) */ macro
70 #define REG_1 REG_W1 /* Register 1 */
97 [REG_W1] = 1,
432 EMIT4(0xb9040000, REG_W1, REG_15); in bpf_jit_prologue()
439 EMIT6_DISP_LH(0xe3000000, 0x0024, REG_W1, REG_0, in bpf_jit_prologue()
639 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
644 EMIT2(0x1800, REG_W1, dst_reg); in bpf_jit_insn()
656 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
661 EMIT4(0xb9040000, REG_W1, dst_reg); in bpf_jit_insn()
671 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
[all …]