Searched refs:EBPF_REG_7 (Results 1 – 5 of 5) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_def.h | 116 EBPF_REG_7, /* callee saved register */ enumerator
|
| H A D | bpf_jit_arm64.c | 737 [EBPF_REG_7] = A64_R(20), in ebpf_to_a64_reg() 761 [EBPF_REG_7] = A64_R(10), in ebpf_to_a64_reg() 798 r7 = ebpf_to_a64_reg(ctx, EBPF_REG_7); in emit_prologue_has_call() 845 r7 = ebpf_to_a64_reg(ctx, EBPF_REG_7); in emit_epilogue_has_call()
|
| H A D | bpf_jit_x86.c | 70 [EBPF_REG_7] = R13, 1039 emit_ldmb_fast_path(struct bpf_jit_state *st, const uint32_t rg[EBPF_REG_7], in emit_ldmb_fast_path() argument 1097 emit_ldmb_slow_path(struct bpf_jit_state *st, const uint32_t rg[EBPF_REG_7], in emit_ldmb_slow_path() argument 1160 uint32_t rg[EBPF_REG_7]; in emit_ld_mbuf()
|
| H A D | bpf_convert.c | 76 #define BPF_REG_X EBPF_REG_7
|
| /dpdk/app/test/ |
| H A D | test_bpf.c | 352 .dst_reg = EBPF_REG_7, 380 .src_reg = EBPF_REG_7, 1530 .dst_reg = EBPF_REG_7, 1536 .src_reg = EBPF_REG_7, 1542 .src_reg = EBPF_REG_7, 2541 .dst_reg = EBPF_REG_7, 2551 .dst_reg = EBPF_REG_7, 2572 .dst_reg = EBPF_REG_7, 2588 .src_reg = EBPF_REG_7,
|