Searched refs:REG_W1 (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 69 #define REG_W1 (MAX_BPF_JIT_REG + 1) /* Work register 2 (odd) */ macro 73 #define REG_1 REG_W1 /* Register 1 */ 104 [REG_W1] = 1, 650 EMIT4(0xb9040000, REG_W1, REG_15); in bpf_jit_prologue() 657 EMIT6_DISP_LH(0xe3000000, 0x0024, REG_W1, REG_0, in bpf_jit_prologue() 750 EMIT6_PCREL_RILB(0xc4080000, REG_W1, jit->kern_arena); in bpf_jit_probe_load_pre() 751 probe->arena_reg = REG_W1; in bpf_jit_probe_load_pre() 764 EMIT6_PCREL_RILB(0xc4080000, REG_W1, jit->kern_arena); in bpf_jit_probe_store_pre() 765 probe->arena_reg = REG_W1; in bpf_jit_probe_store_pre() 777 EMIT6_PCREL_RILB(0xc4080000, REG_W1, jit->kern_arena); in bpf_jit_probe_atomic_pre() [all …]
|