Searched refs:JLE (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | bpf-helper.h | 81 #define JLE(x, jt) JLE32(x, EXPAND(jt)) macro 123 #define JLE(x, jt) \ macro
|
/kernel/linux/linux-6.6/samples/seccomp/ |
H A D | bpf-helper.h | 81 #define JLE(x, jt) JLE32(x, EXPAND(jt)) macro 123 #define JLE(x, jt) \ macro
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | core.c | 1281 INSN_3(JMP32, JLE, X), \ 1293 INSN_3(JMP32, JLE, K), \ 1306 INSN_3(JMP, JLE, X), \ 1318 INSN_3(JMP, JLE, K), \ 1632 COND_JMP(u, JLE, <=) in ___bpf_prog_run()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | core.c | 1574 INSN_3(JMP32, JLE, X), \ 1586 INSN_3(JMP32, JLE, K), \ 1599 INSN_3(JMP, JLE, X), \ 1611 INSN_3(JMP, JLE, K), \ 2045 COND_JMP(u, JLE, <=) in ___bpf_prog_run()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_bpf.c | 11844 BPF_JMP32_IMM_ZEXT(JLE), 11880 BPF_JMP32_REG_ZEXT(JLE),
|
Completed in 18 milliseconds