Searched refs:RBP (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_jit_x86.c | 22 RBP = 5, /* frame pointer, callee saved */ enumerator 73 [EBPF_REG_10] = RBP, 97 static const uint32_t save_regs[] = {RBX, R12, R13, R14, R15, RBP}; 1106 emit_mov_reg(st, EBPF_ALU64 | EBPF_MOV | BPF_X, RBP, rg[EBPF_REG_4]); in emit_ldmb_slow_path() 1220 if (INUSE(st->reguse, RBP) != 0) { in emit_prolog() 1221 emit_mov_reg(st, EBPF_ALU64 | EBPF_MOV | BPF_X, RSP, RBP); in emit_prolog() 1258 if (INUSE(st->reguse, RBP) != 0) in emit_epilog() 1260 RBP, RSP); in emit_epilog()
|