Searched refs:alu32 (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dtest_bpf.c595 u8 mode, bool alu32)
603 int bits = alu32 ? 32 : 64;
626 if (alu32) {
734 bool alu32)
736 int bits = alu32 ? 32 : 64;
753 if (alu32)
760 if (alu32)
1218 static int __bpf_fill_alu_imm_regs(struct bpf_test *self, u8 op, bool alu32) argument
1232 if (alu32)
1243 if (alu32)
594 __bpf_fill_alu_shift(struct bpf_test *self, u8 op, u8 mode, bool alu32) argument
733 __bpf_fill_alu_shift_same_reg(struct bpf_test *self, u8 op, bool alu32) argument
1401 __bpf_fill_alu_reg_pairs(struct bpf_test *self, u8 op, bool alu32) argument
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c6094 /* BPF architecture zero extends alu32 ops into 64-bit registesr */
13652 /* Its not easy to operate on alu32 bounds here because it depends
13702 /* Its not easy to operate on alu32 bounds here because it depends
13727 bool alu32 = (BPF_CLASS(insn->code) != BPF_ALU64); local
13740 if (alu32) {
13776 /* Calculate sign/unsigned bounds and tnum for alu32 and alu64 bit ops.
13778 * alu32 and alu64 sign/unsigned bounds independently this provides the
13783 * See alu32 verifier tests for examples. The second class of
13829 if (alu32)
13842 if (alu32)
[all...]

Completed in 212 milliseconds