Searched refs:JNE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | bpf-fancy.c | 46 JNE(STDIN_FILENO, DENY), in main() 48 JNE((unsigned long)buf, DENY), in main()
|
H A D | bpf-helper.h | 77 #define JNE(x, jt) JNE32(x, EXPAND(jt)) macro 115 #define JNE(x, jt) \ macro
|
/kernel/linux/linux-6.6/samples/seccomp/ |
H A D | bpf-fancy.c | 46 JNE(STDIN_FILENO, DENY), in main() 48 JNE((unsigned long)buf, DENY), in main()
|
H A D | bpf-helper.h | 77 #define JNE(x, jt) JNE32(x, EXPAND(jt)) macro 115 #define JNE(x, jt) \ macro
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | core.c | 1277 INSN_3(JMP32, JNE, X), \ 1289 INSN_3(JMP32, JNE, K), \ 1302 INSN_3(JMP, JNE, X), \ 1314 INSN_3(JMP, JNE, K), \ 1628 COND_JMP(u, JNE, !=) in ___bpf_prog_run()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | core.c | 1570 INSN_3(JMP32, JNE, X), \ 1582 INSN_3(JMP32, JNE, K), \ 1595 INSN_3(JMP, JNE, X), \ 1607 INSN_3(JMP, JNE, K), \ 2041 COND_JMP(u, JNE, !=) in ___bpf_prog_run()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_bpf.c | 11387 "JNE signed compare, test 1", 11403 "JNE signed compare, test 2", 11419 "JNE signed compare, test 3", 11436 "JNE signed compare, test 4", 11449 "JNE signed compare, test 5", 11462 "JNE signed compare, test 6", 11475 "JNE signed compare, test 7", 11839 BPF_JMP32_IMM_ZEXT(JNE), 11875 BPF_JMP32_REG_ZEXT(JNE),
|
Completed in 19 milliseconds