Home
last modified time | relevance | path

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

/Linux-v4.19/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,
430 EMIT4(0xb9040000, REG_W1, REG_15); in bpf_jit_prologue()
437 EMIT6_DISP_LH(0xe3000000, 0x0024, REG_W1, REG_0, in bpf_jit_prologue()
632 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
637 EMIT2(0x1800, REG_W1, dst_reg); in bpf_jit_insn()
647 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
652 EMIT4(0xb9040000, REG_W1, dst_reg); in bpf_jit_insn()
662 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
[all …]