Searched refs:BPF_STX (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/tools/regression/bpf/bpf_filter/tests/
H A Dtest0041.h9 BPF_STMT(BPF_STX, 0),
H A Dtest0014.h2 * Test 0014: BPF_STX & BPF_LD+BPF_MEM
8 BPF_STMT(BPF_STX, 7),
H A Dtest0078.h2 * Test 0078: Check boundary conditions (BPF_STX)
8 BPF_STMT(BPF_STX, 0x8fffffff),
/freebsd-current/contrib/libpcap/pcap/
H A Dbpf.h153 #define BPF_STX 0x03 macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp41 BPF_STX = 0x3, enumerator in enum:__anon2413::BPFDisassembler::BPF_CLASS
178 if ((InstClass == BPF_LDX || InstClass == BPF_STX) &&
/freebsd-current/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c167 if (p->code == BPF_ST || p->code == BPF_STX ||
/freebsd-current/contrib/libpcap/
H A Dbpf_filter.c233 case BPF_STX:
448 case BPF_STX:
H A Dbpf_image.c233 case BPF_STX:
H A Doptimize.c564 case BPF_STX:
603 case BPF_STX:
1420 case BPF_STX:
H A Dgencode.c9393 s1 = new_stmt(cstate, BPF_STX);
/freebsd-current/contrib/netbsd-tests/net/bpfjit/
H A Dt_extmem.c155 BPF_STMT(BPF_STX, 2), /* M[2] <- X */
212 BPF_STMT(BPF_STX, 2), /* M[2] <- X */
H A Dt_bpfjit.c3331 "Test JIT compilation of BPF_STX");
3338 BPF_STMT(BPF_STX, 0),
3371 "Test JIT compilation of BPF_STX");
3379 BPF_STMT(BPF_STX, BPF_MEMWORDS-1),
3399 "Test JIT compilation of BPF_STX");
3405 BPF_STMT(BPF_STX, 6),
3408 BPF_STMT(BPF_STX, 5),
3409 BPF_STMT(BPF_STX, 2),
3410 BPF_STMT(BPF_STX, 3),
3451 "Test JIT compilation of BPF_STX");
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_extmem.c174 BPF_STMT(BPF_STX, 2), /* M[2] <- X */
225 BPF_STMT(BPF_STX, 2), /* M[2] <- X */
H A Dt_bpfjit.c3490 "Test JIT compilation of BPF_STX");
3497 BPF_STMT(BPF_STX, 0),
3524 "Test JIT compilation of BPF_STX");
3531 BPF_STMT(BPF_STX, BPF_MEMWORDS-1),
3556 "Test JIT compilation of BPF_STX");
3563 BPF_STMT(BPF_STX, 5),
3564 BPF_STMT(BPF_STX, 2),
3565 BPF_STMT(BPF_STX, 3),
3600 "Test JIT compilation of BPF_STX");
3618 insns[2*k+1].code = BPF_STX;
[all...]
/freebsd-current/sys/net/
H A Dbpf_filter.c376 case BPF_STX:
585 if (p->code == BPF_ST || p->code == BPF_STX ||
H A Dbpf.h255 #define BPF_STX 0x03 macro
/freebsd-current/sbin/ipf/ipf/
H A Dbpf_filter.c331 case BPF_STX:
510 case BPF_STX:
H A Dbpf-ipf.h349 #define BPF_STX 0x03 macro
/freebsd-current/sys/amd64/amd64/
H A Dbpf_jit_machdep.c126 case BPF_STX:
417 case BPF_STX:
/freebsd-current/sys/i386/i386/
H A Dbpf_jit_machdep.c126 case BPF_STX:
437 case BPF_STX:

Completed in 305 milliseconds