Searched refs:EBPF_REG_7 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/lib/librte_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 | 75 [EBPF_REG_7] = R13, 1044 emit_ldmb_fast_path(struct bpf_jit_state *st, const uint32_t rg[EBPF_REG_7], in emit_ldmb_fast_path() argument 1102 emit_ldmb_slow_path(struct bpf_jit_state *st, const uint32_t rg[EBPF_REG_7], in emit_ldmb_slow_path() argument 1165 uint32_t rg[EBPF_REG_7]; in emit_ld_mbuf()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 336 .dst_reg = EBPF_REG_7, 364 .src_reg = EBPF_REG_7, 1502 .dst_reg = EBPF_REG_7, 1508 .src_reg = EBPF_REG_7, 1514 .src_reg = EBPF_REG_7, 2513 .dst_reg = EBPF_REG_7, 2523 .dst_reg = EBPF_REG_7, 2544 .dst_reg = EBPF_REG_7, 2560 .src_reg = EBPF_REG_7,
|