/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | icon.dts | 33 model = "PowerPC,440SPe"; 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"; [all …]
|
H A D | katmai.dts | 37 model = "PowerPC,440SPe"; 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"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/perf/ |
H A D | spe-pmu.yaml | 4 $id: http://devicetree.org/schemas/perf/spe-pmu.yaml# 7 title: ARMv8.2 Statistical Profiling Extension (SPE) Performance Monitor Units (PMU) 23 The PPI to signal SPE events. For heterogeneous systems where SPE is only 37 spe-pmu {
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/ |
H A 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";
|
H A D | reboot.txt | 15 model = "PowerPC,440SPe";
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | spe-pmu.txt | 1 * ARMv8.2 Statistical Profiling Extension (SPE) Performance Monitor Units (PMU) 6 ** SPE Required properties: 12 SPE is only supported on a subset of the CPUs, please consult 17 spe-pmu {
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | e500v2_power_isa.dtsi | 47 power-isa-sp.fd; // SPE.Embedded Float Scalar Double 48 power-isa-sp.fs; // SPE.Embedded Float Scalar Single 49 power-isa-sp.fv; // SPE.Embedded Float Vector
|
H A D | e500v1_power_isa.dtsi | 47 power-isa-sp.fs; // SPE.Embedded Float Scalar Single 48 power-isa-sp.fv; // SPE.Embedded Float Vector
|
/freebsd/share/man/man4/ |
H A D | hwt.4 | 21 .Cd "device spe" 49 ARM Statistical Profiling Extension (SPE) 129 For SPE-only, the kernel is waiting for userspace to notify that it's copied
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | PPCTargetParser.def | 128 PPC_LNX_FEATURE("efpdouble","CPU has a SPE double precision floating point unit",PPCF_EFPDOUBLE,0x0… 129 PPC_LNX_FEATURE("efpsingle","CPU has a SPE single precision floating point unit",PPCF_EFPSINGLE,0x0… 151 PPC_LNX_FEATURE("spe","CPU has a signal processing extension unit",PPCF_SPE,0x00800000,PPC_FAWORD_H… 207 PPC_AIX_FEATURE("efpsingle","CPU has a SPE single precision floating point unit",BUILTIN_PPC_FALSE,… 208 PPC_AIX_FEATURE("efpdouble","CPU has a SPE double precision floating point unit",BUILTIN_PPC_FALSE,… 224 PPC_AIX_FEATURE("spe","CPU has a signal processing extension unit",BUILTIN_PPC_FALSE,0,0,CmpInst::P…
|
H A D | AArch64TargetParser.h | 62 // e.g. "+spe". 64 // e.g. "-spe".
|
/freebsd/sys/conf/ |
H A D | Makefile.powerpc | 36 # Force __SPE__, since the builtin will be removed later with -mno-spe 37 CFLAGS.gcc+= -mabi=spe -D__SPE__
|
/freebsd/contrib/tcpdump/ |
H A D | gmpls.c | 101 { 27, "STS SPE/HOVC"}, 170 { 5, "STS-1 SPE"}, 171 { 6, "STS-3c SPE"},
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 109 report_fatal_error( "SPE is only supported for 32-bit targets.\n", false); in initSubtargetFeatures() 112 "SPE and traditional floating point cannot both be enabled.\n", false); in initSubtargetFeatures() 114 // If not SPE, set standard FPU in initSubtargetFeatures()
|
H A D | PPCRegisterInfoMMA.td | 34 // SPE Accumulator for multiply-accumulate SPE operations. Never directly
|
H A D | PPCRegisterInfo.td | 48 class SPE<string n, bits<5> Enc, list<Register> subregs = []> : PPCReg<n> { 145 // SPE registers 147 def S#Index : SPE<"r"#Index, Index, [!cast<GPR>("R"#Index), !cast<GPR>("H"#Index)]>, 305 // SPE extra registers 998 def spe8dis : Operand<iPTR> { // SPE displacement where the imm is 8-aligned. 1003 def spe4dis : Operand<iPTR> { // SPE displacement where the imm is 4-aligned. 1008 def spe2dis : Operand<iPTR> { // SPE displacement where the imm is 2-aligned.
|
/freebsd/sys/powerpc/include/ |
H A D | trap.h | 102 #define EXC_SPFPD 0x2f30 /* SPE Floating-point Data */ 103 #define EXC_SPFPR 0x2f40 /* SPE Floating-point Round */
|
H A D | psl.h | 42 #define PSL_VEC 0x02000000UL /* AltiVec/SPE vector unit available */
|
H A D | cpu.h | 99 "\030SPE\027SPESFP\026DPESFP\025NOTB\024POWER4\023POWER5\022P5PLUS\021CELL"\
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | iscsi_common.h | 1362 * spe message header 1381 struct iscsi_slow_path_hdr hdr /* spe message header. */; 1620 struct iscsi_slow_path_hdr hdr /* spe message header. */; 1634 struct iscsi_slow_path_hdr hdr /* spe message header. */; 1646 struct iscsi_slow_path_hdr hdr /* spe message header. */; 1658 struct iscsi_slow_path_hdr hdr /* spe message header. */; 1671 struct iscsi_slow_path_hdr hdr /* spe message header. */; 1685 struct iscsi_slow_path_hdr hdr /* spe message header. */; 1695 struct iscsi_slow_path_hdr hdr /* spe message header. */; 1697 …um_sq_pages_in_ring /* Number of entries in the SQ PBL. Provided by driver at function init spe */; [all …]
|
/freebsd/sys/powerpc/booke/ |
H A D | spe.c | 106 * Save the thread's SPE CPU number, and set the CPU's current in enable_vec() 175 * Save SPE state without dropping ownership. This will only save state if 217 #define SPE 0x4 macro 511 case SPE: in spe_handle_fpdata()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | adi,adin1110.yaml | 23 10 Mbps single pair Ethernet (SPE).
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | PPC.cpp | 65 } else if (Feature == "+spe" || Feature == "+efpu2") { in handleTargetFeatures() 592 Features["spe"] = llvm::StringSwitch<bool>(CPU) in initFeatureMap() 734 .Case("spe", HasSPE) in hasFeature() 754 Features["spe"] = true; in setFeatureEnabled() 780 if (Name == "spe") in setFeatureEnabled()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCPredicates.h | 52 // SPE scalar compare instructions always set the GT bit.
|
/freebsd/crypto/krb5/src/util/verto/ |
H A D | ev_poll.c | 20 * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPE-
|