Searched refs:RBP (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_jit_x86.c | 27 RBP = 5, /* frame pointer, callee saved */ enumerator 78 [EBPF_REG_10] = RBP, 102 static const uint32_t save_regs[] = {RBX, R12, R13, R14, R15, RBP}; 1111 emit_mov_reg(st, EBPF_ALU64 | EBPF_MOV | BPF_X, RBP, rg[EBPF_REG_4]); in emit_ldmb_slow_path() 1225 if (INUSE(st->reguse, RBP) != 0) { in emit_prolog() 1226 emit_mov_reg(st, EBPF_ALU64 | EBPF_MOV | BPF_X, RSP, RBP); in emit_prolog() 1263 if (INUSE(st->reguse, RBP) != 0) in emit_epilog() 1265 RBP, RSP); in emit_epilog()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | bpf_jit_machdep.c | 206 PUSH(RBP); in bpf_jit_compile() 207 MOVrq(RSP, RBP); in bpf_jit_compile()
|
| H A D | bpf_jit_machdep.h | 47 #define RBP 5 macro
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 411 System V calling convention is used, this defines registers RSP, RBP, and
|