Searched refs:JGT (Results 1 – 4 of 4) sorted by relevance
/linux/samples/seccomp/ |
H A D | bpf-helper.h | 78 #define JGT(x, jt) JGT32(x, EXPAND(jt)) macro 107 #define JGT(x, jt) \ macro
|
/linux/kernel/bpf/ |
H A D | core.c | 1618 INSN_3(JMP32, JGT, X), \ 1630 INSN_3(JMP32, JGT, K), \ 1643 INSN_3(JMP, JGT, X), \ 1655 INSN_3(JMP, JGT, K), \ 2090 COND_JMP(u, JGT, >) in ___bpf_prog_run()
|
/linux/Documentation/bpf/standardization/ |
H A D | instruction-set.rst | 493 JGT 0x2 any PC += offset if dst > src unsigned
|
/linux/lib/ |
H A D | test_bpf.c | 12196 BPF_JMP32_IMM_ZEXT(JGT), 12231 BPF_JMP32_REG_ZEXT(JGT),
|