/linux-4.4.14/arch/powerpc/crypto/ |
D | Makefile | 7 obj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o 10 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o 11 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o 13 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o 16 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o 17 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | icon.dts | 53 compatible = "ibm,uic-440spe","ibm,uic"; 63 compatible = "ibm,uic-440spe","ibm,uic"; 75 compatible = "ibm,uic-440spe","ibm,uic"; 87 compatible = "ibm,uic-440spe","ibm,uic"; 99 compatible = "ibm,sdr-440spe"; 104 compatible = "ibm,cpr-440spe"; 109 compatible = "ibm,mq-440spe"; 114 compatible = "ibm,plb-440spe", "ibm,plb-440gp", "ibm,plb4"; 131 compatible = "ibm,sdram-440spe", "ibm,sdram-405gp"; 136 compatible = "ibm,mcmal-440spe", "ibm,mcmal2"; [all …]
|
D | katmai.dts | 57 compatible = "ibm,uic-440spe","ibm,uic"; 67 compatible = "ibm,uic-440spe","ibm,uic"; 79 compatible = "ibm,uic-440spe","ibm,uic"; 91 compatible = "ibm,uic-440spe","ibm,uic"; 103 compatible = "ibm,sdr-440spe"; 108 compatible = "ibm,cpr-440spe"; 113 compatible = "ibm,mq-440spe"; 118 compatible = "ibm,plb-440spe", "ibm,plb-440gp", "ibm,plb4"; 135 compatible = "ibm,sdram-440spe", "ibm,sdram-405gp"; 140 compatible = "ibm,mcmal-440spe", "ibm,mcmal2"; [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | ppc440spe-adma.txt | 15 - compatible : "ibm,i2o-440spe"; 22 compatible = "ibm,i2o-440spe"; 32 - compatible : "ibm,dma-440spe"; 46 compatible = "ibm,dma-440spe"; 84 - compatible : "ibm,mq-440spe"; 90 compatible = "ibm,mq-440spe";
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 47 static u64 __init find_spu_unit_number(struct device_node *spe) in find_spu_unit_number() argument 53 prop = of_get_property(spe, "physical-id", &proplen); in find_spu_unit_number() 58 prop = of_get_property(spe, "unit-id", &proplen); in find_spu_unit_number() 63 prop = of_get_property(spe, "reg", &proplen); in find_spu_unit_number() 308 struct device_node *spe = (struct device_node *)data; in of_create_spu() local 311 spu->devnode = of_node_get(spe); in of_create_spu() 312 spu->spe_id = find_spu_unit_number(spe); in of_create_spu() 314 spu->node = of_node_to_nid(spe); in of_create_spu() 317 " node number too big\n", spe->full_name, spu->node); in of_create_spu() 338 ret = spu_map_interrupts(spu, spe); in of_create_spu() [all …]
|
D | cbe_thermal.c | 97 return value.spe[spu->spe_id]; in spu_read_register_value() 328 tpr.spe = 0x100803; in init_default_values()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | cell-regs.h | 42 u8 spe[8]; member 49 u32 spe; member
|
D | emulated_ops.h | 44 struct ppc_emulated_entry spe; member
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig.cputype | 314 'spe enable' bit so user processes can execute SPE instructions. 318 effect on a non-spe cpu (it does, however add code to the kernel).
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 183 KBUILD_CFLAGS += $(call cc-option,-mno-spe)
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 3858 struct eth_spe *spe; in bnx2x_sp_post() local 3885 spe = bnx2x_sp_get_next(bp); in bnx2x_sp_post() 3888 spe->hdr.conn_and_cmd_data = in bnx2x_sp_post() 3905 spe->hdr.type = cpu_to_le16(type); in bnx2x_sp_post() 3907 spe->data.update_data_addr.hi = cpu_to_le32(data_hi); in bnx2x_sp_post() 3908 spe->data.update_data_addr.lo = cpu_to_le32(data_lo); in bnx2x_sp_post() 14396 struct eth_spe *spe; in bnx2x_cnic_sp_post() local 14460 spe = bnx2x_sp_get_next(bp); in bnx2x_cnic_sp_post() 14461 *spe = *bp->cnic_kwq_cons; in bnx2x_cnic_sp_post() 14497 struct eth_spe *spe = (struct eth_spe *)kwqes[i]; in bnx2x_cnic_sp_queue() local [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | align.c | 799 PPC_WARN_ALIGNMENT(spe, regs); in fix_alignment()
|
D | traps.c | 1906 WARN_EMULATED_SETUP(spe),
|