Searched refs:BPF_RSH (Results 1 – 11 of 11) sorted by relevance
72 #define BPF_RSH 0x70 macro
175 case (BPF_ALU | BPF_RSH | BPF_K): in bpf_exec()209 case (BPF_ALU | BPF_RSH | BPF_X): in bpf_exec()254 case (EBPF_ALU64 | BPF_RSH | BPF_K): in bpf_exec()291 case (EBPF_ALU64 | BPF_RSH | BPF_X): in bpf_exec()
423 [GET_BPF_OP(BPF_RSH)] = 5, in emit_shift()1320 case (BPF_ALU | BPF_RSH | BPF_K): in emit()1335 case (BPF_ALU | BPF_RSH | BPF_X): in emit()1359 case (EBPF_ALU64 | BPF_RSH | BPF_K): in emit()1375 case (EBPF_ALU64 | BPF_RSH | BPF_X): in emit()
1266 case BPF_ALU | BPF_RSH | BPF_X: in emit()1267 case EBPF_ALU64 | BPF_RSH | BPF_X: in emit()1271 case BPF_ALU | BPF_RSH | BPF_K: in emit()1272 case EBPF_ALU64 | BPF_RSH | BPF_K: in emit()
675 else if (op == BPF_RSH) in eval_alu()1161 [(BPF_ALU | BPF_RSH | BPF_K)] = {1228 [(EBPF_ALU64 | BPF_RSH | BPF_K)] = {1301 [(BPF_ALU | BPF_RSH | BPF_X)] = {1388 [(EBPF_ALU64 | BPF_RSH | BPF_X)] = {
461 case BPF_ALU|BPF_RSH|BPF_X: in bpf_filter()501 case BPF_ALU|BPF_RSH|BPF_K: in bpf_filter()
289 #define BPF_RSH 0x70 macro
534 case BPF_ALU|BPF_RSH|BPF_X: in bpf_jit_compile()581 case BPF_ALU|BPF_RSH|BPF_K: in bpf_jit_compile()
564 case BPF_ALU|BPF_RSH|BPF_X: in bpf_jit_compile()611 case BPF_ALU|BPF_RSH|BPF_K: in bpf_jit_compile()
288 #define BPF_RSH 0x70 macro
551 .code = (BPF_ALU | BPF_RSH | BPF_X),2324 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),2369 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),2549 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),2813 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),