Searched refs:alu64 (Results 1 – 1 of 1) sorted by relevance
14773 bool alu64 = BPF_CLASS(insn->code) == BPF_ALU64; in sanitize_err() 14781 /* Apply bswap if alu64 or switch between big-endian and little-endian machines */ in sanitize_err() 14782 bool need_bswap = alu64 || (to_le == is_big_endian); in sanitize_err() 14913 /* Calculate sign/unsigned bounds and tnum for alu32 and alu64 bit ops. in adjust_ptr_min_max_vals() 14915 * alu32 and alu64 sign/unsigned bounds independently this provides the in adjust_ptr_min_max_vals() 14923 * cross subreg boundaries in the alu64 case. When this happens we mark in adjust_ptr_min_max_vals() 15924 bool alu64 = BPF_CLASS(insn->code) == BPF_ALU64; scalar_byte_swap() local