Home
last modified time | relevance | path

Searched refs:JGT (Results 1 – 4 of 4) sorted by relevance

/linux/samples/seccomp/
H A Dbpf-helper.h78 #define JGT(x, jt) JGT32(x, EXPAND(jt)) macro
107 #define JGT(x, jt) \ macro
/linux/kernel/bpf/
H A Dcore.c1618 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 Dinstruction-set.rst493 JGT 0x2 any PC += offset if dst > src unsigned
/linux/lib/
H A Dtest_bpf.c12196 BPF_JMP32_IMM_ZEXT(JGT),
12231 BPF_JMP32_REG_ZEXT(JGT),