Searched refs:BPF_DIV (Results 1 – 8 of 8) sorted by relevance
178 case (BPF_ALU | BPF_DIV | BPF_K): in bpf_exec()212 case (BPF_ALU | BPF_DIV | BPF_X): in bpf_exec()260 case (EBPF_ALU64 | BPF_DIV | BPF_K): in bpf_exec()297 case (EBPF_ALU64 | BPF_DIV | BPF_X): in bpf_exec()
68 #define BPF_DIV 0x30 macro
23 [BPF_MUL >> 4] = "mul", [BPF_DIV >> 4] = "div",
303 case BPF_ALU | BPF_DIV | BPF_X: in bpf_convert_filter()327 case BPF_ALU | BPF_DIV | BPF_K: in bpf_convert_filter()
1022 if (BPF_OP(op) == BPF_DIV) in emit_div()1388 case (BPF_ALU | BPF_DIV | BPF_K): in emit()1390 case (BPF_ALU | BPF_DIV | BPF_X): in emit()1392 case (EBPF_ALU64 | BPF_DIV | BPF_K): in emit()1394 case (EBPF_ALU64 | BPF_DIV | BPF_X): in emit()
1194 case (BPF_ALU | BPF_DIV | BPF_X): in emit()1195 case (EBPF_ALU64 | BPF_DIV | BPF_X): in emit()1200 case (BPF_ALU | BPF_DIV | BPF_K): in emit()1201 case (EBPF_ALU64 | BPF_DIV | BPF_K): in emit()
507 if (op == BPF_DIV) { in eval_divmod()534 if (op == BPF_DIV) { in eval_divmod()691 else if (op == BPF_DIV || op == BPF_MOD) in eval_alu()1189 [(BPF_ALU | BPF_DIV | BPF_K)] = {1262 [(EBPF_ALU64 | BPF_DIV | BPF_K)] = {1323 [(BPF_ALU | BPF_DIV | BPF_X)] = {1416 [(EBPF_ALU64 | BPF_DIV | BPF_X)] = {
1636 .code = (BPF_ALU | BPF_DIV | BPF_K),1661 .code = (EBPF_ALU64 | BPF_DIV | BPF_X),1691 .code = (BPF_ALU | BPF_DIV | BPF_X),