Searched refs:JLE (Results 1 – 6 of 6) sorted by relevance
| /linux/samples/seccomp/ |
| A D | bpf-helper.h | 81 #define JLE(x, jt) JLE32(x, EXPAND(jt)) macro 123 #define JLE(x, jt) \ macro
|
| /linux/kernel/bpf/ |
| A D | core.c | 1616 INSN_3(JMP32, JLE, X), \ 1628 INSN_3(JMP32, JLE, K), \ 1641 INSN_3(JMP, JLE, X), \ 1653 INSN_3(JMP, JLE, K), \ 2088 COND_JMP(u, JLE, <=) in ___bpf_prog_run()
|
| /linux/Documentation/bpf/standardization/ |
| A D | instruction-set.rst | 504 JLE 0xb any PC += offset if dst <= src unsigned 523 ``{JLE, K, JMP}`` means::
|
| /linux/tools/arch/x86/lib/ |
| A D | x86-opcode-map.txt | 179 7e: JLE/JNG Jb (!REX2) 495 8e: JLE/JNG Jz (f64) (!REX2)
|
| /linux/arch/x86/lib/ |
| A D | x86-opcode-map.txt | 179 7e: JLE/JNG Jb (!REX2) 495 8e: JLE/JNG Jz (f64) (!REX2)
|
| /linux/lib/ |
| A D | test_bpf.c | 12199 BPF_JMP32_IMM_ZEXT(JLE), 12234 BPF_JMP32_REG_ZEXT(JLE),
|
Completed in 36 milliseconds