Searched refs:JGE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | bpf-helper.h | 80 #define JGE(x, jt) JGE32(x, EXPAND(jt)) macro 111 #define JGE(x, jt) \ macro
|
H A D | bpf-fancy.c | 50 JGE(sizeof(buf), DENY), in main()
|
/kernel/linux/linux-6.6/samples/seccomp/ |
H A D | bpf-helper.h | 80 #define JGE(x, jt) JGE32(x, EXPAND(jt)) macro 111 #define JGE(x, jt) \ macro
|
H A D | bpf-fancy.c | 50 JGE(sizeof(buf), DENY), in main()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | core.c | 1280 INSN_3(JMP32, JGE, X), \ 1292 INSN_3(JMP32, JGE, K), \ 1305 INSN_3(JMP, JGE, X), \ 1317 INSN_3(JMP, JGE, K), \ 1631 COND_JMP(u, JGE, >=) in ___bpf_prog_run()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_bpf.c | 3520 "JGE (jt 0), test 1", 3533 "JGE (jt 0), test 2", 3546 "JGE", 11842 BPF_JMP32_IMM_ZEXT(JGE), 11878 BPF_JMP32_REG_ZEXT(JGE),
|
Completed in 19 milliseconds