Home
last modified time | relevance | path

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

/linux/samples/seccomp/
H A Dbpf-helper.h80 #define JGE(x, jt) JGE32(x, EXPAND(jt)) macro
111 #define JGE(x, jt) \ macro
H A Dbpf-fancy.c50 JGE(sizeof(buf), DENY), in main()
/linux/kernel/bpf/
H A Dcore.c1662 INSN_3(JMP32, JGE, X), \
1674 INSN_3(JMP32, JGE, K), \
1687 INSN_3(JMP, JGE, X), \
1699 INSN_3(JMP, JGE, K), \
2144 COND_JMP(u, JGE, >=) in ___bpf_prog_run()
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst502 JGE 0x3 any PC += offset if dst >= src unsigned
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt183 7d: JNL/JGE Jb (!REX2)
499 8d: JNL/JGE Jz (f64),(!REX2)
/linux/arch/x86/lib/
H A Dx86-opcode-map.txt183 7d: JNL/JGE Jb (!REX2)
499 8d: JNL/JGE Jz (f64),(!REX2)
/linux/lib/
H A Dtest_bpf.c12217 BPF_JMP32_IMM_ZEXT(JGE),
12252 BPF_JMP32_REG_ZEXT(JGE),