Searched refs:BPF_ARSH (Results 26 - 26 of 26) sorted by relevance

12

/linux-master/kernel/bpf/
H A Dverifier.c13784 * operations, BPF_LSH, BPF_RSH, and BPF_ARSH, however are not so easy
13847 case BPF_ARSH:
14196 opcode == BPF_ARSH) && BPF_SRC(insn->code) == BPF_K) {
19757 *patch++ = BPF_ALU64_IMM(BPF_ARSH, BPF_REG_AX, 63);

Completed in 168 milliseconds

12