/openbmc/linux/arch/powerpc/ |
H A D | Kconfig | 5 def_bool PPC64 && $(cc-option, -mabi=elfv2) 8 def_bool PPC64 && $(cc-option, -mcpu=power10 -mprefixed) 16 def_bool PPC64 && CC_IS_GCC && $(cc-option, -mcpu=power10 -mpcrel) 24 default y if PPC64 27 def_bool PPC64 129 select ARCH_HAS_COPY_MC if PPC64 143 select ARCH_HAS_MMIOWB if PPC64 170 select ARCH_USE_CMPXCHG_LOCKREF if PPC64 185 select DCACHE_WORD_ACCESS if PPC64 && CPU_LITTLE_ENDIAN 186 select DMA_OPS_BYPASS if PPC64 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0003-kexec-elf-rel-use-our-elf.h.patch | 20 kexec/arch/ppc64/kexec-elf-rel-ppc64.c | 2 +- 58 diff --git a/kexec/arch/ppc64/kexec-elf-rel-ppc64.c b/kexec/arch/ppc64/kexec-elf-rel-ppc64.c 60 --- a/kexec/arch/ppc64/kexec-elf-rel-ppc64.c 61 +++ b/kexec/arch/ppc64/kexec-elf-rel-ppc64.c
|
/openbmc/qemu/tests/migration/ppc64/ |
H A D | Makefile | 4 a-b-kernel.h: ppc64.kernel 8 ppc64.kernel: ppc64.elf 11 ppc64.elf: a-b-kernel.S
|
/openbmc/qemu/docs/system/ppc/ |
H A D | ppce500.rst | 39 Both ``qemu-system-ppc`` and ``qemu-system-ppc64`` provide emulation for the 45 Additionally ``qemu-system-ppc64`` provides support for the following 64-bit 57 $ qemu-system-ppc64 -nographic -M ppce500 -cpu e6500 103 $ qemu-system-ppc64 -M ppce500 -cpu e5500 -smp 4 -m 2G \ 117 $ qemu-system-ppc64 -M ppce500 -cpu e500mc -smp 4 -m 2G \ 158 $ qemu-system-ppc64 -M ppce500 -smp 4 -m 2G \ 179 $ qemu-system-ppc64 -M ppce500 -cpu e500mc -smp 4 -m 2G \ 190 $ qemu-system-ppc64 -M ppce500 -cpu e500mc -smp 4 -m 2G \
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ppc64_pseries-machine.c | 60 /* ppc64/pseries machine */ 75 fprintf(stderr, "%s not present in ppc64/pseries\n", interface); in spapr_get_driver() 86 fprintf(stderr, "%s not present in ppc64/pseries\n", device); in spapr_get_device() 105 qos_node_create_machine("ppc64/pseries", qos_create_machine_spapr); in spapr_machine_register_nodes() 107 qos_node_contains("ppc64/pseries", "spapr-pci-host-bridge", NULL); in spapr_machine_register_nodes()
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | Kconfig | 7 depends on PPC64 && ALTIVEC 20 depends on PPC64 && ALTIVEC && CRC_T10DIF 100 depends on PPC64 && CPU_LITTLE_ENDIAN && VSX 117 depends on PPC64 && CPU_LITTLE_ENDIAN && VSX 131 depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
|
/openbmc/linux/arch/powerpc/platforms/ |
H A D | Kconfig.cputype | 4 default y if !PPC64 6 config PPC64 config 83 depends on PPC64 189 depends on PPC64 && PPC_E500 193 depends on PPC64 && PPC_E500 293 select ARCH_SUPPORTS_HUGETLBFS if PHYS_64BIT || PPC64 313 default y if PPC64 377 depends on PPC_BOOK3S || (PPC_E500MC && PPC64 && !E5500_CPU) 580 default "32" if PPC64 639 def_bool PPC64 && (CPU_BIG_ENDIAN && !PPC64_BIG_ENDIAN_ELF_ABI_V2) [all …]
|
H A D | Kconfig | 53 depends on PPC_BOOK3S_32 || PPC64 54 select RELOCATABLE if PPC64 131 depends on PPC64 151 depends on PPC64 && RTAS_PROC
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | proc_powerpc.c | 66 * Create the ppc64 and ppc64/rtas directories early. This allows us to 78 if (!proc_symlink("ppc64", NULL, "powerpc")) in proc_ppc64_create() 79 pr_err("Failed to create link /proc/ppc64 -> /proc/powerpc\n"); in proc_ppc64_create()
|
H A D | cputable.c | 5 * Modifications for ppc64: 92 /* ppc64 and booke expect identify_cpu to also call setup_cpu for in setup_cpu_spec() 95 * pointer on ppc64 and booke as we are running at 0 in real mode in setup_cpu_spec() 96 * on ppc64 and reloc_offset is always 0 on booke. in setup_cpu_spec()
|
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | Makefile.target | 3 # ppc64 specific tweaks 5 VPATH += $(SRC_PATH)/tests/tcg/ppc64 58 # ppc64 ABI uses function descriptors, and thus, QEMU can't find symbol for a
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 179 TARGETS: ppc64-softmmu or1k-softmmu s390x-softmmu 276 AVOCADO_TAGS: arch:ppc64 arch:or1k arch:s390x arch:x86_64 arch:rx 324 ppc64-softmmu rx-softmmu s390x-softmmu sh4-softmmu x86_64-softmmu 519 build-cfi-ppc64-s390x: 531 TARGETS: ppc64-softmmu s390x-softmmu 539 check-cfi-ppc64-s390x: 542 - job: build-cfi-ppc64-s390x 548 functional-cfi-ppc64-s390x: 551 - job: build-cfi-ppc64-s390x 599 TARGETS: x86_64-softmmu ppc64-softmmu riscv64-softmmu x86_64-linux-user [all …]
|
/openbmc/openbmc/poky/meta/conf/machine/ |
H A D | qemuppc64.conf | 2 #@NAME: QEMU PPC64 machine 13 QB_SYSTEM_NAME = "qemu-system-ppc64"
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | Kconfig | 9 select PPC_64S_HASH_MMU if PPC64 16 depends on PPC_PMAC && PPC64
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | Makefile | 9 override flavour := linux-ppc64-elfv2 11 override flavour := linux-ppc64
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch | 4 Subject: [PATCH] ppc64: Do not use -mminimal-toc with clang 20 [ 'target_arch=="ppc64" and OS!="aix"', {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/ |
H A D | concurrencykit_git.bb | 23 PLAT:powerpc64 = "ppc64" 24 PLAT:powerpc64le = "ppc64"
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | 0001-Add-support-for-riscv32-CPU.patch | 19 ppc64 powerpc64 (powerpc|ppc)64 64 big 31 ppc64
|
/openbmc/qemu/tests/qtest/ |
H A D | rtas-test.c | 43 if (strcmp(arch, "ppc64")) { in main() 44 g_printerr("RTAS requires qemu-system-ppc64\n"); in main()
|
H A D | boot-serial-test.c | 159 { "ppc64", "ppce500", "", "U-Boot" }, 160 { "ppc64", "40p", "-m 192", "Memory: 192M" }, 161 { "ppc64", "mac99", "", "PowerPC,970FX" }, 162 { "ppc64", "pseries", 165 { "ppc64", "powernv8", "", "OPAL" }, 166 { "ppc64", "powernv9", "", "OPAL" }, 167 { "ppc64", "sam460ex", "-device pci-bridge,chassis_nr=2", "1b36 0001" },
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | vdso_datapage.h | 17 * userland via /proc/ppc64/systemcfg. Unfortunately, this became an 44 * So here is the ppc64 backward compatible version 50 __u8 eye_catcher[16]; /* Eyecatcher: SYSTEMCFG:PPC64 0x00 */
|
/openbmc/qemu/ |
H A D | .travis.yml | 36 …- MAIN_SYSTEM_TARGETS="aarch64-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,… 117 - name: "[ppc64] Clang check-tcg" 151 --target-list=ppc64-softmmu,ppc64le-linux-user" 186 …--target-list=hppa-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softm…
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | Kconfig | 3 select PPC_64S_HASH_MMU if PPC64 28 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
|
/openbmc/qemu/hw/ppc/ |
H A D | Kconfig | 4 depends on PPC64 && FDT 29 depends on PPC64 && FDT
|
/openbmc/openbmc/poky/meta/recipes-core/musl/ |
H A D | libucontext_1.2.bb | 21 ppc ppc64 \ 42 elif re.match('p(pc64|owerpc64)(le)', a): return 'ppc64'
|