Home
last modified time | relevance | path

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

/Linux-v6.1/samples/seccomp/
Dbpf-fancy.c46 JNE(STDIN_FILENO, DENY), in main()
48 JNE((unsigned long)buf, DENY), in main()
Dbpf-helper.h77 #define JNE(x, jt) JNE32(x, EXPAND(jt)) macro
115 #define JNE(x, jt) \ macro
/Linux-v6.1/kernel/bpf/
Dcore.c1536 INSN_3(JMP32, JNE, X), \
1548 INSN_3(JMP32, JNE, K), \
1561 INSN_3(JMP, JNE, X), \
1573 INSN_3(JMP, JNE, K), \
1889 COND_JMP(u, JNE, !=) in ___bpf_prog_run()
/Linux-v6.1/arch/x86/lib/
Dx86-opcode-map.txt165 75: JNZ/JNE Jb
481 85: JNE/JNZ Jz (f64)
/Linux-v6.1/tools/arch/x86/lib/
Dx86-opcode-map.txt165 75: JNZ/JNE Jb
481 85: JNE/JNZ Jz (f64)
/Linux-v6.1/lib/
Dtest_bpf.c11839 BPF_JMP32_IMM_ZEXT(JNE),
11875 BPF_JMP32_REG_ZEXT(JNE),