Searched refs:BPF_DIV (Results 1 – 11 of 11) sorted by relevance
68 #define BPF_DIV 0x30 macro
184 case (BPF_ALU | BPF_DIV | BPF_K): in bpf_exec()218 case (BPF_ALU | BPF_DIV | BPF_X): in bpf_exec()266 case (EBPF_ALU64 | BPF_DIV | BPF_K): in bpf_exec()303 case (EBPF_ALU64 | BPF_DIV | BPF_X): in bpf_exec()
1027 if (BPF_OP(op) == BPF_DIV) in emit_div()1393 case (BPF_ALU | BPF_DIV | BPF_K): in emit()1395 case (BPF_ALU | BPF_DIV | BPF_X): in emit()1397 case (EBPF_ALU64 | BPF_DIV | BPF_K): in emit()1399 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()
510 if (op == BPF_DIV) { in eval_divmod()537 if (op == BPF_DIV) { in eval_divmod()687 else if (op == BPF_DIV || op == BPF_MOD) in eval_alu()1185 [(BPF_ALU | BPF_DIV | BPF_K)] = {1258 [(EBPF_ALU64 | BPF_DIV | BPF_K)] = {1319 [(BPF_ALU | BPF_DIV | BPF_X)] = {1412 [(EBPF_ALU64 | BPF_DIV | BPF_X)] = {
433 case BPF_ALU|BPF_DIV|BPF_X: in bpf_filter()477 case BPF_ALU|BPF_DIV|BPF_K: in bpf_filter()600 if ((p->code == (BPF_ALU|BPF_DIV|BPF_K) || in bpf_validate()
285 #define BPF_DIV 0x30 macro
142 case BPF_ALU|BPF_DIV|BPF_K: in bpf_jit_optimize()519 case BPF_ALU|BPF_DIV|BPF_X: in bpf_jit_compile()584 case BPF_ALU|BPF_DIV|BPF_K: in bpf_jit_compile()
497 case BPF_ALU|BPF_DIV|BPF_X: in bpf_jit_compile()554 case BPF_ALU|BPF_DIV|BPF_K: in bpf_jit_compile()
284 #define BPF_DIV 0x30 macro
1608 .code = (BPF_ALU | BPF_DIV | BPF_K),1633 .code = (EBPF_ALU64 | BPF_DIV | BPF_X),1663 .code = (BPF_ALU | BPF_DIV | BPF_X),