Searched refs:JGE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/samples/seccomp/ |
H A D | bpf-fancy.c | 50 JGE(sizeof(buf), DENY), in main()
|
H A D | bpf-helper.h | 80 #define JGE(x, jt) JGE32(x, EXPAND(jt)) macro 111 #define JGE(x, jt) \ macro
|
/openbmc/linux/kernel/bpf/ |
H A D | core.c | 1573 INSN_3(JMP32, JGE, X), \ 1585 INSN_3(JMP32, JGE, K), \ 1598 INSN_3(JMP, JGE, X), \ 1610 INSN_3(JMP, JGE, K), \ 2044 COND_JMP(u, JGE, >=) in ___bpf_prog_run()
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 173 7d: JNL/JGE Jb 489 8d: JNL/JGE Jz (f64)
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 173 7d: JNL/JGE Jb 489 8d: JNL/JGE Jz (f64)
|
/openbmc/linux/lib/ |
H A D | test_bpf.c | 11842 BPF_JMP32_IMM_ZEXT(JGE), 11878 BPF_JMP32_REG_ZEXT(JGE),
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 856 "JGE rel16","JGE rel16","jge rel16","0F 8D cw","V","N.S.","","operand16","r","","" 857 "JGE rel32","JGE rel32","jge rel32","0F 8D cd","V","N.S.","","operand32","r","","" 858 "JGE rel32","JGE rel32","jge rel32","0F 8D cd","N.S.","V","","default64","r","","" 859 "JGE rel8","JGE rel8","jge rel8","7D cb","N.S.","V","","default64","r","","" 860 "JGE rel8","JGE rel8","jge rel8","7D cb","V","N.S.","","","r","",""
|