Home
last modified time | relevance | path

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

123

/linux-6.6.21/drivers/crypto/nx/
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-6.6.21/Documentation/ABI/testing/
Dsysfs-secvar24 On pseries/PLPKS, this is generated by the kernel based on the
63 present is only PLPKS on the pseries platform.
71 Currently only provided by PLPKS on the pseries platform.
84 Currently only provided by PLPKS on the pseries platform.
92 Currently only provided by PLPKS on the pseries platform.
100 Currently only provided by PLPKS on the pseries platform.
109 Currently only provided by PLPKS on the pseries platform.
119 Currently only provided by PLPKS on the pseries platform.
/linux-6.6.21/arch/powerpc/platforms/pseries/
Dpower.c65 machine_core_initcall(pseries, pm_init);
71 machine_device_initcall(pseries, apo_pm_init);
Dsvm.c38 machine_early_initcall(pseries, init_svm);
Dio_event_irq.c160 machine_subsys_initcall(pseries, ioei_init);
DKconfig99 bool "Enable extra debug logging in platforms/pseries"
102 Say Y here if you want the pseries core to produce a bunch of
104 problem with the pseries core and want to see more of what is
Dsetup.c200 machine_subsys_initcall(pseries, pseries_wdt_init);
356 machine_early_initcall(pseries, alloc_dispatch_log_kmem_cache);
899 machine_arch_initcall(pseries, pSeries_init_panel);
1135 define_machine(pseries) { in define_machine() argument
Dsuspend.c189 machine_device_initcall(pseries, pseries_suspend_init);
Dpmem.c167 machine_arch_initcall(pseries, pseries_pmem_init);
DhvCall_inst.c140 machine_device_initcall(pseries, hcall_inst_init);
Drtas-work-area.c183 machine_arch_initcall(pseries, rtas_work_area_allocator_init);
Dnvram.c210 machine_arch_initcall(pseries, pseries_nvram_init_log_partitions);
Dplpks-secvar.c217 machine_device_initcall(pseries, plpks_secvar_init);
Dras.c148 machine_late_initcall(pseries, init_ras_hotplug_IRQ);
177 machine_subsys_initcall(pseries, init_ras_IRQ);
Dvio.c1305 if (!machine_is(pseries)) in __vio_register_driver()
1538 machine_postcore_initcall(pseries, vio_bus_init);
1547 machine_device_initcall(pseries, vio_device_init);
1729 machine_fs_initcall(pseries, vio_init);
Dpci.c246 if (!machine_is(pseries)) in fixup_winbond_82c105()
/linux-6.6.21/arch/powerpc/kernel/
Drtasd.c278 if (!machine_is(pseries)) in handle_rtas_event()
505 if (!machine_is(pseries) && !machine_is(chrp)) in rtas_event_scan_init()
548 if (!machine_is(pseries) && !machine_is(chrp)) in rtas_init()
568 if (!machine_is(pseries)) in surveillance_setup()
/linux-6.6.21/arch/powerpc/boot/
DMakefile180 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S
181 src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S
182 src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
283 image-$(CONFIG_PPC_PSERIES) += zImage.pseries
284 image-$(CONFIG_PPC_POWERNV) += zImage.pseries
286 image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries
457 zImage.miboot zImage.pmac zImage.pseries \
D.gitignore36 zImage.pseries
Dwrapper265 pseries)
540 pseries|chrp|maple)
/linux-6.6.21/arch/powerpc/platforms/
DMakefile18 obj-$(CONFIG_PPC_PSERIES) += pseries/
/linux-6.6.21/drivers/cpuidle/
DMakefile36 obj-$(CONFIG_PSERIES_CPUIDLE) += cpuidle-pseries.o
/linux-6.6.21/Documentation/powerpc/
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-6.6.21/tools/testing/selftests/wireguard/qemu/
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-6.6.21/drivers/char/hw_random/
DMakefile29 obj-$(CONFIG_HW_RANDOM_PSERIES) += pseries-rng.o

123