Lines Matching refs:BPF_X
347 (BPF_RVAL(c) == BPF_X) ? X_ATOM : -1; in atomuse()
362 if (BPF_SRC(c) == BPF_X) in atomuse()
729 if (add == 0 || add->s.code != (BPF_ALU|BPF_ADD|BPF_X)) in opt_peep()
796 if (last->s.code == (BPF_ALU|BPF_SUB|BPF_X)) { in opt_peep()
822 b->s.code = BPF_JMP|BPF_JEQ|BPF_X; in opt_peep()
869 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_X) { in opt_peep()
871 b->s.code &= ~BPF_X; in opt_peep()
1012 case BPF_ALU|BPF_ADD|BPF_X: in opt_stmt()
1013 case BPF_ALU|BPF_SUB|BPF_X: in opt_stmt()
1014 case BPF_ALU|BPF_MUL|BPF_X: in opt_stmt()
1015 case BPF_ALU|BPF_DIV|BPF_X: in opt_stmt()
1016 case BPF_ALU|BPF_AND|BPF_X: in opt_stmt()
1017 case BPF_ALU|BPF_OR|BPF_X: in opt_stmt()
1018 case BPF_ALU|BPF_LSH|BPF_X: in opt_stmt()
1019 case BPF_ALU|BPF_RSH|BPF_X: in opt_stmt()