Home
last modified time | relevance | path

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

/openbmc/linux/samples/seccomp/
H A Dbpf-fancy.c68 JLT(sizeof(msg1), ALLOW), in main()
73 JLT(sizeof(msg2), ALLOW), in main()
78 JLT(sizeof(buf), ALLOW), in main()
H A Dbpf-helper.h79 #define JLT(x, jt) JLT32(x, EXPAND(jt)) macro
119 #define JLT(x, jt) \ macro
/openbmc/linux/kernel/bpf/
H A Dcore.c1576 INSN_3(JMP32, JLT, X), \
1588 INSN_3(JMP32, JLT, K), \
1601 INSN_3(JMP, JLT, X), \
1613 INSN_3(JMP, JLT, K), \
2047 COND_JMP(u, JLT, <) in ___bpf_prog_run()
/openbmc/linux/lib/
H A Dtest_bpf.c11843 BPF_JMP32_IMM_ZEXT(JLT),
11879 BPF_JMP32_REG_ZEXT(JLT),