Home
last modified time | relevance | path

Searched refs:pseries (Results 1 – 25 of 67) sorted by relevance

123

/linux/drivers/crypto/nx/
H A DMakefile14 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 Dpower.c65 machine_core_initcall(pseries, pm_init);
71 machine_device_initcall(pseries, apo_pm_init);
H A Dsetup.c198 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 Dsvm.c39 machine_early_initcall(pseries, init_svm);
H A Dio_event_irq.c160 machine_subsys_initcall(pseries, ioei_init);
H A Dplpks-sysfs.c96 machine_subsys_initcall(pseries, plpks_sysfs_init);
H A DKconfig101 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 Dsuspend.c190 machine_device_initcall(pseries, pseries_suspend_init);
H A Dpmem.c167 machine_arch_initcall(pseries, pseries_pmem_init);
H A DhvCall_inst.c140 machine_device_initcall(pseries, hcall_inst_init);
H A Drtas-work-area.c183 machine_arch_initcall(pseries, rtas_work_area_allocator_init);
H A Dplpks-secvar.c224 machine_device_initcall(pseries, plpks_secvar_init);
H A Dpapr-phy-attest.c288 machine_device_initcall(pseries, papr_phy_attest_init);
H A Dpapr-vpd.c275 machine_device_initcall(pseries, papr_vpd_init);
/linux/arch/powerpc/kernel/
H A Drtasd.c280 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 DMakefile16 obj-$(CONFIG_PPC_PSERIES) += pseries/
/linux/arch/powerpc/boot/
H A DMakefile176 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.gitignore35 zImage.pseries
H A Dwrapper259 pseries)
509 pseries|chrp)
/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst367 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 DMakefile39 obj-$(CONFIG_PSERIES_CPUIDLE) += cpuidle-pseries.o
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile181 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 Dvmtest.sh50 HOST_FLAGS=(-machine pseries -cpu POWER9)
51 CROSS_FLAGS=(-machine pseries -cpu POWER9)
/linux/Documentation/arch/powerpc/
H A Dpapr_hcalls.rst23 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 DMakefile30 obj-$(CONFIG_HW_RANDOM_PSERIES) += pseries-rng.o

123