Home
last modified time | relevance | path

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

/Linux-v6.6/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.6/kernel/bpf/
Dcore.c1557 INSN_3(JMP32, JNE, X), \
1569 INSN_3(JMP32, JNE, K), \
1582 INSN_3(JMP, JNE, X), \
1594 INSN_3(JMP, JNE, K), \
2028 COND_JMP(u, JNE, !=) in ___bpf_prog_run()
/Linux-v6.6/arch/x86/lib/
Dx86-opcode-map.txt165 75: JNZ/JNE Jb
481 85: JNE/JNZ Jz (f64)
/Linux-v6.6/tools/arch/x86/lib/
Dx86-opcode-map.txt165 75: JNZ/JNE Jb
481 85: JNE/JNZ Jz (f64)
/Linux-v6.6/lib/
Dtest_bpf.c11839 BPF_JMP32_IMM_ZEXT(JNE),
11875 BPF_JMP32_REG_ZEXT(JNE),