Home
last modified time | relevance | path

Searched refs:RBP (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_jit_x86.c27 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 Dbpf_jit_machdep.c206 PUSH(RBP); in bpf_jit_compile()
207 MOVrq(RSP, RBP); in bpf_jit_compile()
H A Dbpf_jit_machdep.h47 #define RBP 5 macro
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst411 System V calling convention is used, this defines registers RSP, RBP, and