Home
last modified time | relevance | path

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

/linux-6.15/samples/seccomp/
H A Dbpf-helper.h81 #define JLE(x, jt) JLE32(x, EXPAND(jt)) macro
123 #define JLE(x, jt) \ macro
/linux-6.15/kernel/bpf/
H A Dcore.c1621 INSN_3(JMP32, JLE, X), \
1633 INSN_3(JMP32, JLE, K), \
1646 INSN_3(JMP, JLE, X), \
1658 INSN_3(JMP, JLE, K), \
2096 COND_JMP(u, JLE, <=) in ___bpf_prog_run()
/linux-6.15/Documentation/bpf/standardization/
H A Dinstruction-set.rst512 JLE 0xb any PC += offset if dst <= src unsigned
531 ``{JLE, K, JMP}`` means::
/linux-6.15/arch/x86/lib/
H A Dx86-opcode-map.txt179 7e: JLE/JNG Jb (!REX2)
495 8e: JLE/JNG Jz (f64) (!REX2)
/linux-6.15/tools/arch/x86/lib/
H A Dx86-opcode-map.txt179 7e: JLE/JNG Jb (!REX2)
495 8e: JLE/JNG Jz (f64) (!REX2)
/linux-6.15/lib/
H A Dtest_bpf.c12219 BPF_JMP32_IMM_ZEXT(JLE),
12254 BPF_JMP32_REG_ZEXT(JLE),