Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c67 #define REG_W1 (MAX_BPF_JIT_REG + 1) /* Work register 2 (odd) */ macro
71 #define REG_1 REG_W1 /* Register 1 */
102 [REG_W1] = 1,
592 EMIT4(0xb9040000, REG_W1, REG_15); in bpf_jit_prologue()
599 EMIT6_DISP_LH(0xe3000000, 0x0024, REG_W1, REG_0, in bpf_jit_prologue()
918 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
923 EMIT2(0x1800, REG_W1, dst_reg); in bpf_jit_insn()
935 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
940 EMIT4(0xb9040000, REG_W1, dst_reg); in bpf_jit_insn()
950 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn()
[all …]