Searched refs:BPF_LSH (Results 1 – 11 of 11) sorted by relevance
71 #define BPF_LSH 0x60 macro
172 case (BPF_ALU | BPF_LSH | BPF_K): in bpf_exec()206 case (BPF_ALU | BPF_LSH | BPF_X): in bpf_exec()251 case (EBPF_ALU64 | BPF_LSH | BPF_K): in bpf_exec()288 case (EBPF_ALU64 | BPF_LSH | BPF_X): in bpf_exec()
422 [GET_BPF_OP(BPF_LSH)] = 4, in emit_shift()1319 case (BPF_ALU | BPF_LSH | BPF_K): in emit()1334 case (BPF_ALU | BPF_LSH | BPF_X): in emit()1358 case (EBPF_ALU64 | BPF_LSH | BPF_K): in emit()1374 case (EBPF_ALU64 | BPF_LSH | BPF_X): in emit()
1256 case BPF_ALU | BPF_LSH | BPF_X: in emit()1257 case EBPF_ALU64 | BPF_LSH | BPF_X: in emit()1261 case BPF_ALU | BPF_LSH | BPF_K: in emit()1262 case EBPF_ALU64 | BPF_LSH | BPF_K: in emit()
673 else if (op == BPF_LSH) in eval_alu()1155 [(BPF_ALU | BPF_LSH | BPF_K)] = {1222 [(EBPF_ALU64 | BPF_LSH | BPF_K)] = {1295 [(BPF_ALU | BPF_LSH | BPF_X)] = {1382 [(EBPF_ALU64 | BPF_LSH | BPF_X)] = {
457 case BPF_ALU|BPF_LSH|BPF_X: in bpf_filter()497 case BPF_ALU|BPF_LSH|BPF_K: in bpf_filter()
288 #define BPF_LSH 0x60 macro
529 case BPF_ALU|BPF_LSH|BPF_X: in bpf_jit_compile()577 case BPF_ALU|BPF_LSH|BPF_K: in bpf_jit_compile()
559 case BPF_ALU|BPF_LSH|BPF_X: in bpf_jit_compile()607 case BPF_ALU|BPF_LSH|BPF_K: in bpf_jit_compile()
287 #define BPF_LSH 0x60 macro
529 .code = (BPF_ALU | BPF_LSH | BPF_K),556 .code = (EBPF_ALU64 | BPF_LSH | BPF_X),606 .code = (BPF_ALU | BPF_LSH | BPF_X),2319 .code = (EBPF_ALU64 | BPF_LSH | BPF_K),2364 .code = (EBPF_ALU64 | BPF_LSH | BPF_K),2502 .code = (BPF_ALU | BPF_LSH | BPF_K),2760 .code = (BPF_ALU | BPF_LSH | BPF_K),