Home
last modified time | relevance | path

Searched full:powerpc (Results 1 – 25 of 866) sorted by relevance

12345678910>>...35

/src/sys/conf/
H A Dfiles.powerpc78 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 DMakefile.powerpc1 # Makefile.powerpc -- with config changes.
8 # /sys/powerpc/conf/``machineid''
12 # /sys/conf/Makefile.powerpc
/src/sys/dev/hwpmc/
H A Dhwpmc_powerpc.c111 ("[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 Dt4240si-pre.dtsi90 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 Dp4080si-pre.dtsi94 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 Db4860si-pre.dtsi75 cpu0: PowerPC,e6500@0 {
82 cpu1: PowerPC,e6500@2 {
89 cpu2: PowerPC,e6500@4 {
96 cpu3: PowerPC,e6500@6 {
H A Dt208xsi-pre.dtsi81 cpu0: PowerPC,e6500@0 {
88 cpu1: PowerPC,e6500@2 {
95 cpu2: PowerPC,e6500@4 {
102 cpu3: PowerPC,e6500@6 {
H A Dt104xsi-pre.dtsi74 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 Dsrc.conf.5539 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 Dcpu.c118 { "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 Dpowerpc.conf5 # 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 DPowerPCTargetInfo.cpp1 //===-- 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 Dibm,powerpc-cpu-features.txt3 (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 DOPENSSL_ppccap.pod5 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 Darch.7129 .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 Dbat.h75 /* 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 DMakefile13 .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 Dpowerpc64.ldscript1 OUTPUT_FORMAT("elf32-powerpc-freebsd", "elf32-powerpc-freebsd",
2 "elf32-powerpc-freebsd")
H A Dpowerpc.ldscript1 OUTPUT_FORMAT("elf32-powerpc-freebsd", "elf32-powerpc-freebsd",
2 "elf32-powerpc-freebsd")
/src/secure/lib/libcrypto/man/man3/
H A DOPENSSL_ppccap.367 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 DPPCMachineScheduler.h1 //===- 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 DPPCHazardRecognizers.h1 //===-- 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 Duniverse.sh75 powerpc/powerpc \
76 powerpc/powerpc64 \
77 powerpc/powerpc64le \
/src/sys/modules/dtrace/fasttrap/
H A DMakefile15 .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 Dalways-arch.m420 powerpc*)
21 TARGET_CPU=powerpc
40 AM_CONDITIONAL([TARGET_CPU_POWERPC], test $TARGET_CPU = powerpc)

12345678910>>...35