Searched refs:BPF_RSH (Results 1 – 8 of 8) sorted by relevance
169 case (BPF_ALU | BPF_RSH | BPF_K): in bpf_exec()203 case (BPF_ALU | BPF_RSH | BPF_X): in bpf_exec()248 case (EBPF_ALU64 | BPF_RSH | BPF_K): in bpf_exec()285 case (EBPF_ALU64 | BPF_RSH | BPF_X): in bpf_exec()
72 #define BPF_RSH 0x70 macro
25 [BPF_LSH >> 4] = "lsh", [BPF_RSH >> 4] = "rsh",
321 case BPF_ALU | BPF_RSH | BPF_X: in bpf_convert_filter()322 case BPF_ALU | BPF_RSH | BPF_K: in bpf_convert_filter()
418 [GET_BPF_OP(BPF_RSH)] = 5, in emit_shift()1315 case (BPF_ALU | BPF_RSH | BPF_K): in emit()1330 case (BPF_ALU | BPF_RSH | BPF_X): in emit()1354 case (EBPF_ALU64 | BPF_RSH | BPF_K): in emit()1370 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()
679 else if (op == BPF_RSH) in eval_alu()1165 [(BPF_ALU | BPF_RSH | BPF_K)] = {1232 [(EBPF_ALU64 | BPF_RSH | BPF_K)] = {1305 [(BPF_ALU | BPF_RSH | BPF_X)] = {1392 [(EBPF_ALU64 | BPF_RSH | BPF_X)] = {
582 .code = (BPF_ALU | BPF_RSH | BPF_X),2352 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),2397 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),2577 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),2841 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),