Searched refs:BPF_ZEXT_REG (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dfilter.h218 #define BPF_ZEXT_REG(DST) \ macro
/linux-master/kernel/bpf/
H A Dcore.c1394 *to++ = BPF_ZEXT_REG(BPF_REG_AX);
H A Dverifier.c18810 zext_patch[1] = BPF_ZEXT_REG(0);
/linux-master/lib/
H A Dtest_bpf.c1743 insns[i++] = BPF_ZEXT_REG(R0), /* Zext always inserted by verifier */
1757 insns[i++] = BPF_ZEXT_REG(R0), /* Zext always inserted by verifier */
1942 insn[i++] = BPF_ZEXT_REG(R0);

Completed in 214 milliseconds