| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_parser_rt.c | 396 if (alu->flags_extr_imm) { in ice_flg_update() 458 alu->opc); in ice_dst_reg_bit_set() 465 alu->dst_start); in ice_dst_reg_bit_set() 471 alu->dst_start); in ice_dst_reg_bit_set() 481 alu->dst_reg_id, alu->dst_start); in ice_dst_reg_bit_set() 494 ice_po_update(rt, alu); in ice_alu_exe() 495 ice_flg_update(rt, alu); in ice_alu_exe() 499 alu->src_start, alu->src_len); in ice_alu_exe() 501 imm = alu->imm; in ice_alu_exe() 503 switch (alu->opc) { in ice_alu_exe() [all …]
|
| H A D | ice_parser.c | 182 struct ice_alu *alu, int index) in ice_imem_alu_dump() argument 187 dev_info(dev, "\topc = %d\n", alu->opc); in ice_imem_alu_dump() 194 dev_info(dev, "\tinc0 = %d\n", alu->inc0); in ice_imem_alu_dump() 195 dev_info(dev, "\tinc1 = %d\n", alu->inc1); in ice_imem_alu_dump() 199 dev_info(dev, "\timm = %d\n", alu->imm); in ice_imem_alu_dump() 340 alu->opc = FIELD_GET(ICE_IM_ALU_OPC, d64); in ice_imem_alu_init() 357 alu->imm = FIELD_GET(ICE_IM_ALU_IMM, d64); in ice_imem_alu_init() 1121 dev_info(dev, "\topc = %d\n", alu->opc); in ice_bst_alu_dump() 1128 dev_info(dev, "\tinc0 = %d\n", alu->inc0); in ice_bst_alu_dump() 1129 dev_info(dev, "\tinc1 = %d\n", alu->inc1); in ice_bst_alu_dump() [all …]
|
| /linux-6.15/drivers/net/dsa/microchip/ |
| H A D | ksz8.c | 617 alu->port_forward = in ksz8_r_sta_mac_table() 628 alu->is_static = true; in ksz8_r_sta_mac_table() 651 ((u32)alu->mac[4] << 8) | alu->mac[5]; in ksz8_w_sta_mac_table() 652 data_hi = ((u32)alu->mac[0] << 8) | alu->mac[1]; in ksz8_w_sta_mac_table() 655 if (alu->is_override) in ksz8_w_sta_mac_table() 661 if (alu->is_static) in ksz8_w_sta_mac_table() 1353 if (!memcmp(alu.mac, addr, ETH_ALEN) && alu.fid == vid) in ksz8_add_sta_mac() 1364 memset(&alu, 0, sizeof(alu)); in ksz8_add_sta_mac() 1373 alu.fid = vid; in ksz8_add_sta_mac() 1394 if (!memcmp(alu.mac, addr, ETH_ALEN) && alu.fid == vid) in ksz8_del_sta_mac() [all …]
|
| H A D | ksz9477.c | 662 alu->mstp = alu_table[0] & ALU_V_MSTP_M; in ksz9477_convert_alu() 670 alu->mac[0] = (alu_table[2] >> 8) & 0xFF; in ksz9477_convert_alu() 671 alu->mac[1] = alu_table[2] & 0xFF; in ksz9477_convert_alu() 672 alu->mac[2] = (alu_table[3] >> 24) & 0xFF; in ksz9477_convert_alu() 673 alu->mac[3] = (alu_table[3] >> 16) & 0xFF; in ksz9477_convert_alu() 674 alu->mac[4] = (alu_table[3] >> 8) & 0xFF; in ksz9477_convert_alu() 675 alu->mac[5] = alu_table[3] & 0xFF; in ksz9477_convert_alu() 684 struct alu_struct alu; in ksz9477_fdb_dump() local 713 ksz9477_convert_alu(&alu, alu_table); in ksz9477_fdb_dump() 715 if (alu.port_forward & BIT(port)) { in ksz9477_fdb_dump() [all …]
|
| /linux-6.15/arch/arm/probes/uprobes/ |
| H A D | core.h | 24 const struct decode_header *d, bool alu);
|
| H A D | actions-arm.c | 130 const struct decode_header *d, bool alu) in decode_wb_pc() argument 137 auprobe->posthandler = alu ? uprobe_aluwrite_pc in decode_wb_pc()
|
| /linux-6.15/arch/mips/net/ |
| H A D | bpf_jit_comp64.c | 644 u8 alu, jmp; in build_insn() local 680 } else if (rewrite_alu_i(BPF_OP(code), imm, &alu, &val)) { in build_insn() 681 emit_alu_i(ctx, dst, val, alu); in build_insn() 703 } else if (rewrite_alu_i(BPF_OP(code), imm, &alu, &val)) { in build_insn() 705 emit_alu_i(ctx, dst, val, alu); in build_insn() 776 } else if (rewrite_alu_i(BPF_OP(code), imm, &alu, &val)) { in build_insn() 777 emit_alu_i64(ctx, dst, val, alu); in build_insn()
|
| H A D | bpf_jit_comp.h | 169 bool rewrite_alu_i(u8 op, s32 imm, u8 *alu, s32 *val);
|
| H A D | bpf_jit_comp.c | 247 bool rewrite_alu_i(u8 op, s32 imm, u8 *alu, s32 *val) in rewrite_alu_i() argument 292 *alu = op; in rewrite_alu_i()
|
| H A D | bpf_jit_comp32.c | 1473 u8 alu, jmp; in build_insn() local 1522 } else if (rewrite_alu_i(BPF_OP(code), imm, &alu, &val)) { in build_insn() 1523 emit_alu_i(ctx, lo(dst), val, alu); in build_insn()
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | cg6.c | 214 u32 alu; member 332 sbus_writel(0xea80ff00, &fbc->alu); in cg6_fillrect() 370 sbus_writel(0xe880cccc, &fbc->alu); in cg6_copyarea() 415 sbus_writel(0xe880fc30, &fbc->alu); in cg6_imageblit()
|
| /linux-6.15/Documentation/networking/ |
| H A D | filter.rst | 215 The instruction set consists of load, store, branch, alu, miscellaneous
|
| /linux-6.15/lib/ |
| H A D | test_bpf.c | 11934 #define BPF_TEST_CLOBBER_ALU(alu, op, dst, src) \ argument 11936 #alu "_" #op " to " #dst ": no clobbering", \ 11948 BPF_##alu(BPF_ ##op, dst, src), \
|