HomeSort by: relevance | last modified time | path
    Searched refs:BPF_COPX (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/lib/libbpfjit/
t_cop.c 303 "Test BPF_COP call followed by BPF_COPX call");
315 BPF_STMT(BPF_MISC+BPF_COPX, 0), /* retNF */
361 atf_tc_set_md_var(tc, "descr", "Test that bpf program with BPF_COPX "
394 BPF_STMT(BPF_MISC+BPF_COPX, 0),
428 BPF_STMT(BPF_MISC+BPF_COPX, 0),
462 BPF_STMT(BPF_MISC+BPF_COPX, 0),
496 BPF_STMT(BPF_MISC+BPF_COPX, 0),
522 "Test that ABC optimization doesn't skip BPF_COPX call");
531 BPF_STMT(BPF_MISC+BPF_COPX, 0),
562 "Test BPF_COPX call followed by BPF_COP call")
    [all...]
t_extmem.c 387 BPF_STMT(BPF_MISC+BPF_COPX, 0),
433 BPF_STMT(BPF_MISC+BPF_COPX, 0),
t_bpfjit.c 4613 atf_tc_set_md_var(tc, "descr", "Test that BPF_MISC|BPF_COPX "
4620 BPF_STMT(BPF_MISC+BPF_COPX, 0),
  /src/tests/net/bpfjit/
t_cop.c 345 "Test BPF_COP call followed by BPF_COPX call");
357 BPF_STMT(BPF_MISC+BPF_COPX, 0), /* retNF */
415 atf_tc_set_md_var(tc, "descr", "Test that bpf program with BPF_COPX "
452 BPF_STMT(BPF_MISC+BPF_COPX, 0),
492 BPF_STMT(BPF_MISC+BPF_COPX, 0),
532 BPF_STMT(BPF_MISC+BPF_COPX, 0),
572 BPF_STMT(BPF_MISC+BPF_COPX, 0),
604 "Test that ABC optimization doesn't skip BPF_COPX call");
613 BPF_STMT(BPF_MISC+BPF_COPX, 0),
650 "Test BPF_COPX call followed by BPF_COP call")
    [all...]
t_extmem.c 398 BPF_STMT(BPF_MISC+BPF_COPX, 0),
450 BPF_STMT(BPF_MISC+BPF_COPX, 0),
t_bpfjit.c 4543 atf_tc_set_md_var(tc, "descr", "Test that BPF_MISC|BPF_COPX "
4550 BPF_STMT(BPF_MISC+BPF_COPX, 0),
  /src/sys/net/
bpf_filter.c 577 case BPF_MISC|BPF_COPX:
790 case BPF_COPX:
bpf.h 306 #define BPF_COPX 0x40 /* XXX: also used by BSD/OS */
bpfjit.c 128 #define BJ_HINT_COP 0x08 /* BPF_COP or BPF_COPX instruction */
129 #define BJ_HINT_COPX 0x10 /* BPF_COPX instruction */
650 * Emit code for BPF_COP and BPF_COPX instructions.
1398 case BPF_COPX:
1512 BPF_MISCOP(pc->code) == BPF_COPX) {
2107 case BPF_COPX:

Completed in 21 milliseconds