Home
last modified time | relevance | path

Searched refs:spe (Results 1 – 14 of 14) sorted by relevance

/arch/powerpc/crypto/
DMakefile8 obj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o
11 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
12 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o
17 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
20 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o
21 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
/arch/powerpc/boot/dts/
Dicon.dts53 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 …]
Dkatmai.dts57 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 …]
/arch/powerpc/platforms/cell/
Dspu_manage.c35 static u64 __init find_spu_unit_number(struct device_node *spe) in find_spu_unit_number() argument
41 prop = of_get_property(spe, "physical-id", &proplen); in find_spu_unit_number()
46 prop = of_get_property(spe, "unit-id", &proplen); in find_spu_unit_number()
51 prop = of_get_property(spe, "reg", &proplen); in find_spu_unit_number()
286 struct device_node *spe = (struct device_node *)data; in of_create_spu() local
289 spu->devnode = of_node_get(spe); in of_create_spu()
290 spu->spe_id = find_spu_unit_number(spe); in of_create_spu()
292 spu->node = of_node_to_nid(spe); in of_create_spu()
295 " node number too big\n", spe, spu->node); in of_create_spu()
316 ret = spu_map_interrupts(spu, spe); in of_create_spu()
[all …]
Dcbe_thermal.c85 return value.spe[spu->spe_id]; in spu_read_register_value()
316 tpr.spe = 0x100803; in init_default_values()
/arch/powerpc/kernel/ptrace/
DMakefile15 obj-$(CONFIG_SPE) += ptrace-spe.o
/arch/powerpc/include/asm/
Demulated_ops.h32 struct ppc_emulated_entry spe; member
Dcell-regs.h43 u8 spe[8]; member
50 u32 spe; member
/arch/powerpc/kernel/
Dalign.c320 PPC_WARN_ALIGNMENT(spe, regs); in fix_alignment()
Dtraps.c2296 WARN_EMULATED_SETUP(spe),
/arch/arm64/boot/dts/arm/
Dfvp-base-revc.dts150 spe-pmu {
/arch/powerpc/platforms/
DKconfig.cputype345 'spe enable' bit so user processes can execute SPE instructions.
349 effect on a non-spe cpu (it does, however add code to the kernel).
/arch/powerpc/
DMakefile213 KBUILD_CFLAGS += $(call cc-option,-mno-spe)
/arch/powerpc/boot/
DMakefile33 $(call cc-option,-mno-spe) $(call cc-option,-mspe=no) \