Searched refs:JNE (Results 1 – 6 of 6) sorted by relevance
| /linux/samples/seccomp/ |
| A D | bpf-fancy.c | 46 JNE(STDIN_FILENO, DENY), in main() 48 JNE((unsigned long)buf, DENY), in main()
|
| A D | bpf-helper.h | 77 #define JNE(x, jt) JNE32(x, EXPAND(jt)) macro 115 #define JNE(x, jt) \ macro
|
| /linux/kernel/bpf/ |
| A D | core.c | 1276 INSN_3(JMP32, JNE, X), \ 1288 INSN_3(JMP32, JNE, K), \ 1301 INSN_3(JMP, JNE, X), \ 1313 INSN_3(JMP, JNE, K), \ 1628 COND_JMP(u, JNE, !=) in ___bpf_prog_run()
|
| /linux/arch/x86/lib/ |
| A D | x86-opcode-map.txt | 165 75: JNZ/JNE Jb 481 85: JNE/JNZ Jz (f64)
|
| /linux/tools/arch/x86/lib/ |
| A D | x86-opcode-map.txt | 165 75: JNZ/JNE Jb 481 85: JNE/JNZ Jz (f64)
|
| /linux/lib/ |
| A D | test_bpf.c | 11568 BPF_JMP32_IMM_ZEXT(JNE), 11604 BPF_JMP32_REG_ZEXT(JNE),
|
Completed in 29 milliseconds