Home
last modified time | relevance | path

Searched refs:BPF_SIZE (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/bpf/
H A Dbpf_def.h47 #define BPF_SIZE(code) ((code) & 0x18) macro
H A Dbpf_convert.c151 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \
161 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \
171 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \
H A Dbpf_dump.c13 #define BPF_SIZE_INDEX(x) (BPF_SIZE(x) >> 3)
H A Dbpf_jit_arm64.c1023 bool is64 = (BPF_SIZE(op) == EBPF_DW); in emit_xadd()
1299 emit_ldr(ctx, BPF_SIZE(op), dst, src, tmp1); in emit()
1313 emit_str(ctx, BPF_SIZE(op), src, dst, tmp1); in emit()
1322 emit_str(ctx, BPF_SIZE(op), tmp1, dst, tmp2); in emit()
H A Dbpf_jit_x86.c174 BPF_SIZE(op) != BPF_W)) in emit_rex()
577 opsz = BPF_SIZE(op); in emit_ld_reg()
614 opsz = BPF_SIZE(op); in emit_st_common()
1164 opsz = BPF_SIZE(op); in emit_ld_mbuf()
H A Dbpf_validate.c614 rv->v.size = bpf_size(BPF_SIZE(ins->code)); in eval_ld_mbuf()
806 opsz = bpf_size(BPF_SIZE(ins->code)); in eval_load()
888 opsz = bpf_size(BPF_SIZE(ins->code)); in eval_store()