Searched refs:JNE (Results 1 – 6 of 6) sorted by relevance
/linux/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
|
/linux/kernel/bpf/ |
H A D | core.c | 1612 INSN_3(JMP32, JNE, X), \ 1624 INSN_3(JMP32, JNE, K), \ 1637 INSN_3(JMP, JNE, X), \ 1649 INSN_3(JMP, JNE, K), \ 2084 COND_JMP(u, JNE, !=) in ___bpf_prog_run()
|
/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 170 75: JNZ/JNE Jb (!REX2) 486 85: JNE/JNZ Jz (f64) (!REX2)
|
/linux/Documentation/bpf/standardization/ |
H A D | instruction-set.rst | 496 JNE 0x5 any PC += offset if dst != src
|
/linux/lib/ |
H A D | test_bpf.c | 12194 BPF_JMP32_IMM_ZEXT(JNE), 12229 BPF_JMP32_REG_ZEXT(JNE),
|