Lines Matching refs:BPF_REG_AX
192 [BPF_REG_AX] = 2, /* R10 temp register */
225 BIT(BPF_REG_AX)); in is_ereg()
2127 emit_mov_imm64(&prog, BPF_REG_AX, (long)VSYSCALL_ADDR >> 32, in do_jit()
2140 maybe_emit_mod(&prog, AUX_REG, BPF_REG_AX, true); in do_jit()
2141 EMIT2(0x29, add_2reg(0xC0, AUX_REG, BPF_REG_AX)); in do_jit()
2144 emit_mov_imm64(&prog, BPF_REG_AX, (long)limit >> 32, in do_jit()
2148 maybe_emit_mod(&prog, AUX_REG, BPF_REG_AX, true); in do_jit()
2149 EMIT2(0x39, add_2reg(0xC0, AUX_REG, BPF_REG_AX)); in do_jit()
2238 emit_mov_reg(&prog, true, BPF_REG_AX, BPF_REG_0); in do_jit()
2240 real_src_reg = BPF_REG_AX; in do_jit()
2242 real_dst_reg = BPF_REG_AX; in do_jit()
2271 emit_mov_reg(&prog, true, BPF_REG_0, BPF_REG_AX); in do_jit()