Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
A Darm-spe.c206 speq->spe = spe; in arm_spe__alloc_queue()
265 struct arm_spe *spe = speq->spe; in arm_spe_set_tid() local
348 struct arm_spe *spe = speq->spe; in arm_spe__synth_mem_sample() local
368 struct arm_spe *spe = speq->spe; in arm_spe__synth_branch_sample() local
386 struct arm_spe *spe = speq->spe; in arm_spe__synth_instruction_sample() local
550 struct arm_spe *spe = speq->spe; in arm_spe_sample() local
639 struct arm_spe *spe = speq->spe; in arm_spe_run_decoder() local
644 spe->kernel_start = machine__kernel_start(spe->machine); in arm_spe_run_decoder()
1053 free(spe); in arm_spe_free()
1277 if (!spe) in arm_spe_process_auxtrace_info()
[all …]
A DBuild126 perf-util-$(CONFIG_AUXTRACE) += arm-spe.o
127 perf-util-$(CONFIG_AUXTRACE) += arm-spe-decoder/
360 CFLAGS_arm-spe.o += -I$(srctree)/tools/arch/arm64/include/ -I$(OUTPUT)arch/arm64/include/gene…
/linux/arch/powerpc/crypto/
A 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
22 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
25 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o
26 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
/linux/arch/powerpc/boot/dts/
A 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";
136 compatible = "ibm,mcmal-440spe", "ibm,mcmal2";
394 compatible = "ibm,i2o-440spe";
400 compatible = "ibm,dma-440spe";
[all …]
A 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";
140 compatible = "ibm,mcmal-440spe", "ibm,mcmal2";
446 compatible = "ibm,i2o-440spe";
452 compatible = "ibm,dma-440spe";
[all …]
/linux/Documentation/devicetree/bindings/powerpc/4xx/
A Dppc440spe-adma.txt15 - compatible : "ibm,i2o-440spe";
22 compatible = "ibm,i2o-440spe";
32 - compatible : "ibm,dma-440spe";
45 compatible = "ibm,dma-440spe";
82 - compatible : "ibm,mq-440spe";
88 compatible = "ibm,mq-440spe";
/linux/arch/powerpc/platforms/cell/
A Dspu_manage.c37 static u64 __init find_spu_unit_number(struct device_node *spe) in find_spu_unit_number() argument
43 prop = of_get_property(spe, "physical-id", &proplen); in find_spu_unit_number()
48 prop = of_get_property(spe, "unit-id", &proplen); in find_spu_unit_number()
53 prop = of_get_property(spe, "reg", &proplen); in find_spu_unit_number()
288 struct device_node *spe = (struct device_node *)data; in of_create_spu() local
291 spu->devnode = of_node_get(spe); in of_create_spu()
292 spu->spe_id = find_spu_unit_number(spe); in of_create_spu()
294 spu->node = of_node_to_nid(spe); in of_create_spu()
297 " node number too big\n", spe, spu->node); in of_create_spu()
318 ret = spu_map_interrupts(spu, spe); in of_create_spu()
[all …]
A Dcbe_thermal.c84 return value.spe[spu->spe_id]; in spu_read_register_value()
315 tpr.spe = 0x100803; in init_default_values()
/linux/tools/perf/util/arm-spe-decoder/
A DBuild1 perf-util-$(CONFIG_AUXTRACE) += arm-spe-pkt-decoder.o arm-spe-decoder.o
/linux/tools/perf/tests/attr/
A Dtest-record-spe-period7 [event-10:base-record-spe]
12 [event-1:base-record-spe]
A Dtest-record-spe-period-term7 [event-10:base-record-spe]
12 [event-1:base-record-spe]
A Dtest-record-spe-physical-address7 [event-10:base-record-spe]
12 [event-1:base-record-spe]
A DREADME60 perf record -c 2 -e arm_spe_0// -- kill (test-record-spe-period)
61 perf record -e arm_spe_0/period=3/ -- kill (test-record-spe-period-term)
62 perf record -e arm_spe_0/pa_enable=1/ -- kill (test-record-spe-physical-address)
/linux/Documentation/devicetree/bindings/perf/
A Dspe-pmu.yaml4 $id: http://devicetree.org/schemas/perf/spe-pmu.yaml#
37 spe-pmu {
/linux/arch/powerpc/kernel/ptrace/
A DMakefile16 obj-$(CONFIG_SPE) += ptrace-spe.o
/linux/arch/powerpc/include/asm/
A Dcell-regs.h43 u8 spe[8]; member
50 u32 spe; member
A Demulated_ops.h32 struct ppc_emulated_entry spe; member
A Dprocessor.h192 struct_group(spe,
/linux/tools/perf/arch/arm64/util/
A DBuild14 arm-spe.o mem-events.o hisi-ptt.o
/linux/arch/powerpc/kernel/
A Dsignal_32.c544 BUILD_BUG_ON(sizeof(current->thread.spe) != ELF_NEVRREG * sizeof(u32)); in restore_user_regs()
548 unsafe_copy_from_user(&current->thread.spe, &sr->mc_vregs, in restore_user_regs()
549 sizeof(current->thread.spe), failed); in restore_user_regs()
552 memset(&current->thread.spe, 0, sizeof(current->thread.spe)); in restore_user_regs()
A Dalign.c324 PPC_WARN_ALIGNMENT(spe, regs); in fix_alignment()
/linux/tools/perf/Documentation/
A Dperf-mem.txt27 and kernel support is required. See linkperf:perf-arm-spe[1] for a setup guide.
133 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-arm-spe[1]
A Dperf.txt86 linkperf:perf-archive[1], linkperf:perf-arm-spe[1],
A Dperf-arm-spe.txt1 perf-arm-spe(1)
6 perf-arm-spe - Support for Arm Statistical Profiling Extension within Perf tools
/linux/scripts/package/
A Dmkdebian41 debarch=powerpc$(if_enabled_echo CONFIG_SPE spe)

Completed in 33 milliseconds

12