/linux-6.1.9/tools/perf/util/ |
D | arm-spe.c | 84 struct arm_spe *spe; member 101 static void arm_spe_dump(struct arm_spe *spe __maybe_unused, in arm_spe_dump() 140 static void arm_spe_dump_event(struct arm_spe *spe, unsigned char *buf, in arm_spe_dump_event() argument 144 arm_spe_dump(spe, buf, len); in arm_spe_dump_event() 154 queue = &speq->spe->queues.queue_array[speq->queue_nr]; in arm_spe_get_trace() 170 int fd = perf_data__fd(speq->spe->session->data); in arm_spe_get_trace() 192 static struct arm_spe_queue *arm_spe__alloc_queue(struct arm_spe *spe, in arm_spe__alloc_queue() argument 206 speq->spe = spe; in arm_spe__alloc_queue() 231 static inline u8 arm_spe_cpumode(struct arm_spe *spe, u64 ip) in arm_spe_cpumode() argument 233 return ip >= spe->kernel_start ? in arm_spe_cpumode() [all …]
|
D | Build | 119 perf-$(CONFIG_AUXTRACE) += arm-spe.o 120 perf-$(CONFIG_AUXTRACE) += arm-spe-decoder/ 295 CFLAGS_arm-spe.o += -I$(srctree)/tools/arch/arm64/include/
|
/linux-6.1.9/arch/powerpc/crypto/ |
D | Makefile | 8 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
|
/linux-6.1.9/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-6.1.9/Documentation/devicetree/bindings/powerpc/4xx/ |
D | ppc440spe-adma.txt | 15 - 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-6.1.9/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 36 static u64 __init find_spu_unit_number(struct device_node *spe) in find_spu_unit_number() argument 42 prop = of_get_property(spe, "physical-id", &proplen); in find_spu_unit_number() 47 prop = of_get_property(spe, "unit-id", &proplen); in find_spu_unit_number() 52 prop = of_get_property(spe, "reg", &proplen); in find_spu_unit_number() 287 struct device_node *spe = (struct device_node *)data; in of_create_spu() local 290 spu->devnode = of_node_get(spe); in of_create_spu() 291 spu->spe_id = find_spu_unit_number(spe); in of_create_spu() 293 spu->node = of_node_to_nid(spe); in of_create_spu() 296 " node number too big\n", spe, spu->node); in of_create_spu() 317 ret = spu_map_interrupts(spu, spe); in of_create_spu() [all …]
|
D | cbe_thermal.c | 84 return value.spe[spu->spe_id]; in spu_read_register_value() 315 tpr.spe = 0x100803; in init_default_values()
|
/linux-6.1.9/tools/perf/util/arm-spe-decoder/ |
D | Build | 1 perf-$(CONFIG_AUXTRACE) += arm-spe-pkt-decoder.o arm-spe-decoder.o
|
/linux-6.1.9/tools/perf/tests/attr/ |
D | test-record-spe-period | 7 [event-10:base-record-spe] 12 [event-1:base-record-spe]
|
D | test-record-spe-period-term | 7 [event-10:base-record-spe] 12 [event-1:base-record-spe]
|
D | test-record-spe-physical-address | 7 [event-10:base-record-spe] 12 [event-1:base-record-spe]
|
D | README | 61 perf record -c 2 -e arm_spe_0// -- kill (test-record-spe-period) 62 perf record -e arm_spe_0/period=3/ -- kill (test-record-spe-period-term) 63 perf record -e arm_spe_0/pa_enable=1/ -- kill (test-record-spe-physical-address)
|
/linux-6.1.9/Documentation/devicetree/bindings/perf/ |
D | spe-pmu.yaml | 4 $id: http://devicetree.org/schemas/perf/spe-pmu.yaml# 37 spe-pmu {
|
/linux-6.1.9/arch/powerpc/kernel/ptrace/ |
D | Makefile | 16 obj-$(CONFIG_SPE) += ptrace-spe.o
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | cell-regs.h | 43 u8 spe[8]; member 50 u32 spe; member
|
D | emulated_ops.h | 32 struct ppc_emulated_entry spe; member
|
D | processor.h | 197 struct_group(spe,
|
/linux-6.1.9/tools/perf/arch/arm64/util/ |
D | Build | 14 arm-spe.o mem-events.o hisi-ptt.o
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | signal_32.c | 541 BUILD_BUG_ON(sizeof(current->thread.spe) != ELF_NEVRREG * sizeof(u32)); in restore_user_regs() 545 unsafe_copy_from_user(¤t->thread.spe, &sr->mc_vregs, in restore_user_regs() 546 sizeof(current->thread.spe), failed); in restore_user_regs() 549 memset(¤t->thread.spe, 0, sizeof(current->thread.spe)); in restore_user_regs()
|
D | align.c | 324 PPC_WARN_ALIGNMENT(spe, regs); in fix_alignment()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf.txt | 80 linkperf:perf-annotate[1],linkperf:perf-archive[1],linkperf:perf-arm-spe[1],
|
D | perf-arm-spe.txt | 1 perf-arm-spe(1) 6 perf-arm-spe - Support for Arm Statistical Profiling Extension within Perf tools
|
/linux-6.1.9/scripts/package/ |
D | mkdebian | 41 debarch=powerpc$(if_enabled_echo CONFIG_SPE spe)
|
/linux-6.1.9/arch/arm64/boot/dts/arm/ |
D | fvp-base-revc.dts | 150 spe-pmu {
|