Lines Matching refs:BPF_IMM
501 #define K(i) F(BPF_LD|BPF_IMM|BPF_W, i, 0L)
537 if (BPF_MODE(code) == BPF_IMM && in F()
613 s->code = BPF_LD|BPF_IMM; in fold_op()
669 if (s->s.code == (BPF_LD|BPF_IMM) && in opt_peep()
671 s->s.code = BPF_LDX|BPF_IMM; in opt_peep()
679 if (s->s.code == (BPF_LD|BPF_IMM)) { in opt_peep()
878 case BPF_LD|BPF_IMM: in opt_stmt()
883 case BPF_LDX|BPF_IMM: in opt_stmt()
895 s->code = BPF_LD|BPF_IMM; in opt_stmt()
921 s->code = BPF_LD|BPF_IMM; in opt_stmt()
975 s->code = BPF_LD|BPF_IMM; in opt_stmt()
995 s->code = BPF_LD|BPF_IMM; in opt_stmt()
1009 s->code = BPF_LDX|BPF_IMM; in opt_stmt()