Home
last modified time | relevance | path

Searched full:ppc64 (Results 1 – 25 of 87) sorted by relevance

1234

/qemu/tests/qtest/migration/ppc64/
H A DMakefile4 a-b-kernel.h: ppc64.kernel
8 ppc64.kernel: ppc64.elf
11 ppc64.elf: a-b-kernel.S
/qemu/docs/system/ppc/
H A Dppce500.rst39 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 \
H A Dpseries.rst86 ./configure --target-list=ppc64-softmmu && make
96 qemu-system-ppc64 -M pseries <other QEMU arguments>
167 * Use ``qemu-system-ppc64 -M pseries,accel=kvm,kvm-type=PR`` to use the
169 * Use ``qemu-system-ppc64 -M pseries,accel=kvm,kvm-type=HV`` to use ``kvm_hv.ko``
286 $ qemu-system-ppc64 \
/qemu/tests/qtest/libqos/
H A Dppc64_pseries-machine.c60 /* 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()
/qemu/tests/tcg/ppc64/
H A DMakefile.target3 # 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
/qemu/.gitlab-ci.d/
H A Dbuildtest.yml175 TARGETS: ppc64-softmmu or1k-softmmu s390x-softmmu
316 ppc64-softmmu rx-softmmu s390x-softmmu sh4-softmmu x86_64-softmmu
510 build-cfi-ppc64-s390x:
522 TARGETS: ppc64-softmmu s390x-softmmu
530 check-cfi-ppc64-s390x:
533 - job: build-cfi-ppc64-s390x
539 functional-cfi-ppc64-s390x:
542 - job: build-cfi-ppc64-s390x
590 TARGETS: x86_64-softmmu ppc64-softmmu riscv64-softmmu x86_64-linux-user
604 TARGETS: aarch64-softmmu ppc64-softmmu s390x-softmmu x86_64-softmmu
[all …]
/qemu/
H A D.travis.yml36 …- MAIN_SYSTEM_TARGETS="aarch64-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,…
82 - name: "[ppc64] Clang check-tcg"
116 --target-list=ppc64-softmmu,ppc64le-linux-user"
151 …--target-list=hppa-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softm…
/qemu/tests/qtest/
H A Drtas-test.c43 if (strcmp(arch, "ppc64")) { in main()
44 g_printerr("RTAS requires qemu-system-ppc64\n"); in main()
H A Dboot-serial-test.c164 { "ppc64", "ppce500", "", "U-Boot" },
165 { "ppc64", "40p", "-m 192", "Memory: 192M" },
166 { "ppc64", "mac99", "", "PowerPC,970FX" },
167 { "ppc64", "pseries",
170 { "ppc64", "powernv8", "", "OPAL" },
171 { "ppc64", "powernv9", "", "OPAL" },
172 { "ppc64", "sam460ex", "-device pci-bridge,chassis_nr=2", "1b36 0001" },
H A Dusb-hcd-uhci-test.c78 } else if (strcmp(arch, "ppc64") == 0) { in main()
82 "available on x86 or ppc64\n"); in main()
/qemu/tests/functional/
H A Dtest_ppc64_replay.py3 # Replay test that boots a Linux kernel on ppc64 machines
30 'releases/29/Everything/ppc64le/os/ppc/ppc64/vmlinuz'),
H A Dtest_ppc64_tuxrun.py88 'https://storage.tuxboot.com/buildroot/20241119/ppc64/vmlinux',
91 'https://storage.tuxboot.com/buildroot/20241119/ppc64/rootfs.ext4.zst',
/qemu/hw/ppc/
H A DKconfig4 depends on PPC64 && FDT
29 depends on PPC64 && FDT
/qemu/tests/docker/dockerfiles/
H A Ddebian-ppc64el-cross.docker165 cpu_family = 'ppc64'\n\
177 ENV DEF_TARGET_LIST ppc64-softmmu,ppc64-linux-user
H A Ddebian-all-test-cross.docker57 libc6-dev-ppc64-cross \
70 …er,mips64-linux-user,mips64el-linux-user,mipsel-linux-user,ppc-linux-user,ppc64-linux-user,ppc64le…
/qemu/tests/qtest/migration/
H A Dbootfile.c22 #include "ppc64/a-b-kernel.h"
53 } else if (strcmp(arch, "ppc64") == 0) { in bootfile_create()
/qemu/scripts/
H A Ddump-guest-memory.py103 elif arch == 'ppc64-le':
108 elif arch == 'ppc64-be':
117 "ppc64-be, ppc64-le")
488 Currently aarch64-be, aarch64-le, X86_64, 386, s390, ppc64-be,
489 ppc64-le guests are supported.
/qemu/target/ppc/
H A DKconfig4 config PPC64 config
/qemu/tests/tcg/ppc64le/
H A DMakefile.target7 include $(SRC_PATH)/tests/tcg/ppc64/Makefile.target
/qemu/configs/devices/ppc64-softmmu/
H A Ddefault.mak1 # Default configuration for ppc64-softmmu
/qemu/configs/targets/
H A Dppc64-softmmu.mak1 TARGET_ARCH=ppc64
H A Dppc64le-linux-user.mak1 TARGET_ARCH=ppc64
H A Dppc64-linux-user.mak1 TARGET_ARCH=ppc64
/qemu/linux-user/ppc/
H A Dvdso.S23 /* For PPC64, functions have special linkage; we export pointers. */
164 * for PPC64 is the misalignment, so that we have to use indirection.
/qemu/docs/system/
H A Dtarget-ppc.rst9 You can get a complete list by running ``qemu-system-ppc64 --machine

1234