| /linux/drivers/crypto/nx/ |
| H A D | Makefile | 14 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o 17 nx-compress-pseries-objs := nx-common-pseries.o
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | power.c | 65 machine_core_initcall(pseries, pm_init); 71 machine_device_initcall(pseries, apo_pm_init);
|
| H A D | setup.c | 198 machine_subsys_initcall(pseries, pseries_wdt_init); 354 machine_early_initcall(pseries, alloc_dispatch_log_kmem_cache); 897 machine_arch_initcall(pseries, pSeries_init_panel); 1139 define_machine(pseries) { in define_machine() argument
|
| H A D | svm.c | 39 machine_early_initcall(pseries, init_svm);
|
| H A D | io_event_irq.c | 160 machine_subsys_initcall(pseries, ioei_init);
|
| H A D | plpks-sysfs.c | 96 machine_subsys_initcall(pseries, plpks_sysfs_init);
|
| H A D | Kconfig | 101 bool "Enable extra debug logging in platforms/pseries" 104 Say Y here if you want the pseries core to produce a bunch of 106 problem with the pseries core and want to see more of what is
|
| H A D | suspend.c | 190 machine_device_initcall(pseries, pseries_suspend_init);
|
| H A D | pmem.c | 167 machine_arch_initcall(pseries, pseries_pmem_init);
|
| H A D | hvCall_inst.c | 140 machine_device_initcall(pseries, hcall_inst_init);
|
| H A D | rtas-work-area.c | 183 machine_arch_initcall(pseries, rtas_work_area_allocator_init);
|
| H A D | plpks-secvar.c | 224 machine_device_initcall(pseries, plpks_secvar_init);
|
| H A D | papr-phy-attest.c | 288 machine_device_initcall(pseries, papr_phy_attest_init);
|
| H A D | papr-vpd.c | 275 machine_device_initcall(pseries, papr_vpd_init);
|
| /linux/arch/powerpc/kernel/ |
| H A D | rtasd.c | 280 if (!machine_is(pseries)) in handle_rtas_event() 507 if (!machine_is(pseries) && !machine_is(chrp)) in rtas_event_scan_init() 550 if (!machine_is(pseries) && !machine_is(chrp)) in rtas_init() 570 if (!machine_is(pseries)) in surveillance_setup()
|
| /linux/arch/powerpc/platforms/ |
| H A D | Makefile | 16 obj-$(CONFIG_PPC_PSERIES) += pseries/
|
| /linux/arch/powerpc/boot/ |
| H A D | Makefile | 176 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S 177 src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S 278 image-$(CONFIG_PPC_PSERIES) += zImage.pseries 279 image-$(CONFIG_PPC_POWERNV) += zImage.pseries 445 zImage.miboot zImage.pmac zImage.pseries \
|
| H A D | .gitignore | 35 zImage.pseries
|
| H A D | wrapper | 259 pseries) 509 pseries|chrp)
|
| /linux/Documentation/userspace-api/ioctl/ |
| H A D | ioctl-number.rst | 367 0xB2 00 arch/powerpc/include/uapi/asm/papr-vpd.h powerpc/pseries VPD API 369 0xB2 01-02 arch/powerpc/include/uapi/asm/papr-sysparm.h powerpc/pseries system param… 371 0xB2 03-05 arch/powerpc/include/uapi/asm/papr-indices.h powerpc/pseries indices API 373 0xB2 06-07 arch/powerpc/include/uapi/asm/papr-platform-dump.h powerpc/pseries Platform Dum… 375 0xB2 08 arch/powerpc/include/uapi/asm/papr-physical-attestation.h powerpc/pseries Physical Att… 377 0xB2 09 arch/powerpc/include/uapi/asm/papr-hvpipe.h powerpc/pseries HVPIPE API 396 0xCC 00-0F drivers/misc/ibmvmc.h pseries VMC driver
|
| /linux/drivers/cpuidle/ |
| H A D | Makefile | 39 obj-$(CONFIG_PSERIES_CPUIDLE) += cpuidle-pseries.o
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | Makefile | 181 QEMU_MACHINE := -cpu host,accel=kvm -machine pseries 183 QEMU_MACHINE := -machine pseries -device spapr-rng,rng=rng -object rng-random,id=rng 191 QEMU_MACHINE := -cpu host,accel=kvm -machine pseries 193 QEMU_MACHINE := -machine pseries -device spapr-rng,rng=rng -object rng-random,id=rng
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | vmtest.sh | 50 HOST_FLAGS=(-machine pseries -cpu POWER9) 51 CROSS_FLAGS=(-machine pseries -cpu POWER9)
|
| /linux/Documentation/arch/powerpc/ |
| H A D | papr_hcalls.rst | 23 a *pSeries guest*. A pseries guest runs in a supervisor mode (HV=0) and must 28 Hence a Hypercall (hcall) is essentially a request by the pseries guest 36 The ABI specification for a hcall between a pseries guest and PAPR hypervisor 50 running as pseries guest.
|
| /linux/drivers/char/hw_random/ |
| H A D | Makefile | 30 obj-$(CONFIG_HW_RANDOM_PSERIES) += pseries-rng.o
|