Home
last modified time | relevance | path

Searched refs:JNE (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/samples/seccomp/
H A Dbpf-fancy.c46 JNE(STDIN_FILENO, DENY), in main()
48 JNE((unsigned long)buf, DENY), in main()
H A Dbpf-helper.h77 #define JNE(x, jt) JNE32(x, EXPAND(jt)) macro
115 #define JNE(x, jt) \ macro
/linux-6.15/kernel/bpf/
H A Dcore.c1617 INSN_3(JMP32, JNE, X), \
1629 INSN_3(JMP32, JNE, K), \
1642 INSN_3(JMP, JNE, X), \
1654 INSN_3(JMP, JNE, K), \
2092 COND_JMP(u, JNE, !=) in ___bpf_prog_run()
/linux-6.15/Documentation/bpf/standardization/
H A Dinstruction-set.rst504 JNE 0x5 any PC += offset if dst != src
/linux-6.15/arch/x86/lib/
H A Dx86-opcode-map.txt170 75: JNZ/JNE Jb (!REX2)
486 85: JNE/JNZ Jz (f64) (!REX2)
/linux-6.15/tools/arch/x86/lib/
H A Dx86-opcode-map.txt170 75: JNZ/JNE Jb (!REX2)
486 85: JNE/JNZ Jz (f64) (!REX2)
/linux-6.15/lib/
H A Dtest_bpf.c12214 BPF_JMP32_IMM_ZEXT(JNE),
12249 BPF_JMP32_REG_ZEXT(JNE),