Searched refs:X86_REG_R12 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c116 #define X86_REG_R12 (MAX_BPF_JIT_REG + 3) macro
143 [X86_REG_R12] = 4, /* R12 callee saved */
172 BIT(X86_REG_R12) |
1032 emit_ldx_index(pprog, size, dst_reg, src_reg, X86_REG_R12, off);
1098 emit_stx_index(pprog, size, dst_reg, src_reg, X86_REG_R12, off);
1131 emit_st_index(pprog, size, dst_reg, X86_REG_R12, off, imm);
1364 emit_mov_imm64(&prog, X86_REG_R12,
2030 dst_reg, src_reg, X86_REG_R12, insn->off);

Completed in 132 milliseconds