| /src/sys/conf/ |
| H A D | files.powerpc | 78 cddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs powerpc | dtrace powerpc compile-w… 79 cddl/dev/dtrace/powerpc/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}" 80 cddl/dev/dtrace/powerpc/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}" 81 cddl/dev/fbt/powerpc/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}" 218 dev/ofw/ofw_standard.c optional aim powerpc 238 kern/subr_atomic64.c optional powerpc 241 libkern/ashldi3.c optional powerpc 242 libkern/ashrdi3.c optional powerpc 244 libkern/cmpdi2.c optional powerpc 245 libkern/divdi3.c optional powerpc [all …]
|
| H A D | Makefile.powerpc | 1 # Makefile.powerpc -- with config changes. 8 # /sys/powerpc/conf/``machineid'' 12 # /sys/conf/Makefile.powerpc
|
| /src/sys/dev/hwpmc/ |
| H A D | hwpmc_powerpc.c | 111 ("[powerpc,%d], illegal CPU %d", __LINE__, cpu)); in powerpc_describe() 115 snprintf(pi->pm_name, sizeof(pi->pm_name), "POWERPC-%d", ri); in powerpc_describe() 147 ("[powerpc,%d] wrong cpu number %d", __LINE__, cpu)); in powerpc_pcpu_init() 148 PMCDBG1(MDP,INI,1,"powerpc-init cpu=%d", cpu); in powerpc_pcpu_init() 157 KASSERT(pc != NULL, ("[powerpc,%d] NULL per-cpu pointer", __LINE__)); in powerpc_pcpu_init() 172 PMCDBG1(MDP,INI,1,"powerpc-fini cpu=%d", cpu); in powerpc_pcpu_fini() 189 ("[powerpc,%d] illegal CPU value %d", __LINE__, cpu)); in powerpc_allocate_pmc() 191 ("[powerpc,%d] illegal row index %d", __LINE__, ri)); in powerpc_allocate_pmc() 225 PMCDBG3(MDP,ALL,1,"powerpc-allocate cpu=%d ri=%d -> config=0x%x", in powerpc_allocate_pmc() 236 ("[powerpc,%d] illegal CPU value %d", __LINE__, cpu)); in powerpc_release_pmc() [all …]
|
| /src/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | t4240si-pre.dtsi | 90 cpu0: PowerPC,e6500@0 { 97 cpu1: PowerPC,e6500@2 { 104 cpu2: PowerPC,e6500@4 { 111 cpu3: PowerPC,e6500@6 { 118 cpu4: PowerPC,e6500@8 { 125 cpu5: PowerPC,e6500@10 { 132 cpu6: PowerPC,e6500@12 { 139 cpu7: PowerPC,e6500@14 { 146 cpu8: PowerPC,e6500@16 { 153 cpu9: PowerPC,e6500@18 { [all …]
|
| H A D | p4080si-pre.dtsi | 94 cpu0: PowerPC,e500mc@0 { 104 cpu1: PowerPC,e500mc@1 { 114 cpu2: PowerPC,e500mc@2 { 124 cpu3: PowerPC,e500mc@3 { 134 cpu4: PowerPC,e500mc@4 { 144 cpu5: PowerPC,e500mc@5 { 154 cpu6: PowerPC,e500mc@6 { 164 cpu7: PowerPC,e500mc@7 {
|
| H A D | b4860si-pre.dtsi | 75 cpu0: PowerPC,e6500@0 { 82 cpu1: PowerPC,e6500@2 { 89 cpu2: PowerPC,e6500@4 { 96 cpu3: PowerPC,e6500@6 {
|
| H A D | t208xsi-pre.dtsi | 81 cpu0: PowerPC,e6500@0 { 88 cpu1: PowerPC,e6500@2 { 95 cpu2: PowerPC,e6500@4 { 102 cpu3: PowerPC,e6500@6 {
|
| H A D | t104xsi-pre.dtsi | 74 cpu0: PowerPC,e5500@0 { 84 cpu1: PowerPC,e5500@1 { 94 cpu2: PowerPC,e5500@2 { 104 cpu3: PowerPC,e5500@3 {
|
| /src/share/man/man5/ |
| H A D | src.conf.5 | 539 amd64/amd64, arm64/aarch64, i386/i386, powerpc/powerpc64 and powerpc/powerpc64le. 701 i386/i386, powerpc/powerpc64 and powerpc/powerpc64le. 733 arm/armv7, arm64/aarch64, powerpc/powerpc64, powerpc/powerpc64le and riscv/riscv64. 782 arm/armv7, powerpc/powerpc64, powerpc/powerpc64le and riscv/riscv64. 948 arm/armv7, i386/i386, powerpc/powerpc64le and riscv/riscv64. 955 amd64/amd64, arm64/aarch64 and powerpc/powerpc64. 967 amd64/amd64, arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc64 and powerpc/powerpc64le. 1063 Do not build LLVM target support for PowerPC. 1088 powerpc/powerpc64 and powerpc/powerpc64le. 1098 arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc64, powerpc/powerpc64le and riscv/riscv64. [all …]
|
| /src/sys/powerpc/powerpc/ |
| H A D | cpu.c | 118 { "Motorola PowerPC 601", MPC601, REVFMT_DEC, 120 { "Motorola PowerPC 602", MPC602, REVFMT_DEC, 122 { "Motorola PowerPC 603", MPC603, REVFMT_MAJMIN, 124 { "Motorola PowerPC 603e", MPC603e, REVFMT_MAJMIN, 126 { "Motorola PowerPC 603ev", MPC603ev, REVFMT_MAJMIN, 128 { "Motorola PowerPC 604", MPC604, REVFMT_MAJMIN, 130 { "Motorola PowerPC 604ev", MPC604ev, REVFMT_MAJMIN, 132 { "Motorola PowerPC 620", MPC620, REVFMT_HEX, 134 { "Motorola PowerPC 750", MPC750, REVFMT_MAJMIN, 136 { "IBM PowerPC 750FX", IBM750FX, REVFMT_MAJMIN, [all …]
|
| /src/release/powerpc/ |
| H A D | powerpc.conf | 5 # Configuration file for release/release.sh to build powerpc/powerpc. 7 TARGET="powerpc" 8 TARGET_ARCH="powerpc"
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/TargetInfo/ |
| H A D | PowerPCTargetInfo.cpp | 1 //===-- PowerPCTargetInfo.cpp - PowerPC Target Implementation -------------===// 32 "PowerPC 32", "PPC"); in LLVMInitializePowerPCTargetInfo() 35 getThePPC32LETarget(), "ppc32le", "PowerPC 32 LE", "PPC"); in LLVMInitializePowerPCTargetInfo() 38 "PowerPC 64", "PPC"); in LLVMInitializePowerPCTargetInfo() 41 getThePPC64LETarget(), "ppc64le", "PowerPC 64 LE", "PPC"); in LLVMInitializePowerPCTargetInfo()
|
| /src/sys/contrib/device-tree/Bindings/powerpc/ |
| H A D | ibm,powerpc-cpu-features.txt | 3 (skiboot/doc/device-tree/ibm,powerpc-cpu-features/binding.txt) 9 ibm,powerpc-cpu-features binding 19 /cpus/ibm,powerpc-cpu-features node binding 22 Node: ibm,powerpc-cpu-features 26 The node name must be "ibm,powerpc-cpu-features". 38 Definition: "ibm,powerpc-cpu-features" 66 /cpus/ibm,powerpc-cpu-features/example-feature node bindings 206 /cpus/ibm,powerpc-cpu-features { 207 compatible = "ibm,powerpc-cpu-features";
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_ppccap.pod | 5 OPENSSL_ppccap - the PowerPC processor capabilities vector 13 libcrypto supports PowerPC instruction set extensions. These extensions are 14 represented by bits in the PowerPC capabilities vector. When libcrypto 15 initializes, it stores the results returned by PowerPC CPU capabilities detection 16 logic in the PowerPC capabilities vector. The CPU capabilities detection methods 24 the PowerPC capabilities vector. The ppc_arch.h header file states that, "Flags'
|
| /src/share/man/man7/ |
| H A D | arch.7 | 129 .It powerpc Ta 6.0 Ta 14.x 184 .It Dv powerpc64 Ta Dv powerpc 236 .It powerpc Ta 4 Ta 4 Ta 8 Ta 8 254 .It powerpc Ta big Ta unsigned 269 .It powerpc Ta 4K 285 .It powerpc Ta 0xfffff000 Ta 4GiB 341 .It powerpc Ta hard Ta hard, double precision 377 .It powerpc Ta powerpc Ta powerpc, powerpcspe, powerpc64, powerpc64le 429 .It powerpc Ta Dv __powerpc__ 502 This is why powerpc and powerpc64 imply 'big endian' while armv7 and aarch64
|
| /src/sys/powerpc/include/ |
| H A D | bat.h | 75 /* Lower BAT bits (all but PowerPC 601): */ 87 /* Upper BAT bits (all but PowerPC 601): */ 95 /* Block Length encoding (all but PowerPC 601): */ 115 /* Lower BAT bits (PowerPC 601): */ 120 /* Upper BAT bits (PowerPC 601): */ 129 * Permission bits on the PowerPC 601 are modified by the appropriate 148 /* Block Size Mask encoding (PowerPC 601): */
|
| /src/lib/clang/libllvm/ |
| H A D | Makefile | 13 .if ${MACHINE} == "powerpc" 38 .for arch in AArch64 ARM BPF Mips PowerPC RISCV X86 1496 SRCS_MIN+= Target/PowerPC/AsmParser/PPCAsmParser.cpp 1497 SRCS_MIN+= Target/PowerPC/Disassembler/PPCDisassembler.cpp 1498 SRCS_MIN+= Target/PowerPC/GISel/PPCCallLowering.cpp 1499 SRCS_MIN+= Target/PowerPC/GISel/PPCInstructionSelector.cpp 1500 SRCS_MIN+= Target/PowerPC/GISel/PPCLegalizerInfo.cpp 1501 SRCS_MIN+= Target/PowerPC/GISel/PPCRegisterBankInfo.cpp 1502 SRCS_MIN+= Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp 1503 SRCS_MIN+= Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp [all …]
|
| /src/stand/powerpc/ofw/ |
| H A D | powerpc64.ldscript | 1 OUTPUT_FORMAT("elf32-powerpc-freebsd", "elf32-powerpc-freebsd", 2 "elf32-powerpc-freebsd")
|
| H A D | powerpc.ldscript | 1 OUTPUT_FORMAT("elf32-powerpc-freebsd", "elf32-powerpc-freebsd", 2 "elf32-powerpc-freebsd")
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | OPENSSL_ppccap.3 | 67 OPENSSL_ppccap \- the PowerPC processor capabilities vector 75 libcrypto supports PowerPC instruction set extensions. These extensions are 76 represented by bits in the PowerPC capabilities vector. When libcrypto 77 initializes, it stores the results returned by PowerPC CPU capabilities detection 78 logic in the PowerPC capabilities vector. The CPU capabilities detection methods 86 the PowerPC capabilities vector. The ppc_arch.h header file states that, "Flags\*(Aq
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.h | 1 //===- PPCMachineScheduler.h - Custom PowerPC MI scheduler --*- C++ -*-===// 9 // Custom PowerPC MI scheduler. 20 /// A MachineSchedStrategy implementation for PowerPC pre RA scheduling. 35 /// A MachineSchedStrategy implementation for PowerPC post RA scheduling.
|
| H A D | PPCHazardRecognizers.h | 1 //===-- PPCHazardRecognizers.h - PowerPC Hazard Recognizers -----*- C++ -*-===// 9 // This file defines hazard recognizers for scheduling on PowerPC processors. 50 /// models the dispatch logic on the PowerPC 970 (aka G5) processor. This 88 /// GetInstrType - Classify the specified powerpc opcode according to its
|
| /src/tools/boot/ |
| H A D | universe.sh | 75 powerpc/powerpc \ 76 powerpc/powerpc64 \ 77 powerpc/powerpc64le \
|
| /src/sys/modules/dtrace/fasttrap/ |
| H A D | Makefile | 15 .elif ${MACHINE_CPUARCH} == "powerpc" 16 CFLAGS+= -I${SYSDIR}/cddl/contrib/opensolaris/uts/powerpc 17 .PATH: ${SYSDIR}/cddl/contrib/opensolaris/uts/powerpc/dtrace
|
| /src/sys/contrib/openzfs/config/ |
| H A D | always-arch.m4 | 20 powerpc*) 21 TARGET_CPU=powerpc 40 AM_CONDITIONAL([TARGET_CPU_POWERPC], test $TARGET_CPU = powerpc)
|