Searched refs:X86_REG_R12 (Results 1 - 1 of 1) sorted by relevance

/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) |
1029 emit_ldx_index(pprog, size, dst_reg, src_reg, X86_REG_R12, off);
1095 emit_stx_index(pprog, size, dst_reg, src_reg, X86_REG_R12, off);
1128 emit_st_index(pprog, size, dst_reg, X86_REG_R12, off, imm);
1313 emit_mov_imm64(&prog, X86_REG_R12,

Completed in 229 milliseconds