/linux/arch/powerpc/boot/ |
H A D | wrapper | 262 platformo="$object/of.o $object/epapr.o" 266 platformo="$object/pseries-head.o $object/of.o $object/epapr.o" 275 platformo="$object/of.o $object/epapr.o" 280 platformo="$object/of.o $object/epapr.o" 284 platformo="$object/crt0.o $object/of.o $object/epapr.o" 378 epapr) 379 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
|
H A D | epapr.c | 3 * Bootwrapper for ePAPR compliant firmwares 32 fatal("r6 contained 0x%08x instead of ePAPR magic number\n", in platform_fixups()
|
H A D | .gitignore | 30 zImage.epapr
|
H A D | Makefile | 132 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 153 src-plat-y := of.c epapr.c 173 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 287 image-$(CONFIG_EPAPR_BOOT) += zImage.epapr
|
H A D | of.c | 87 /* Detect OF vs. ePAPR boot */ in platform_init()
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | epapr_hcalls.h | 3 * ePAPR hcall interface 60 /* vendor ID: epapr */ 78 /* epapr return codes */
|
/linux/drivers/tty/ |
H A D | ehv_bytechan.c | 2 /* ePAPR hypervisor byte channel device driver 9 * ePAPR hypervisor byte channels. 114 * care if it's compatible with "epapr,hv-byte-channel", because that in find_console_handle() 117 if (!np || !of_device_is_compatible(np, "epapr,hv-byte-channel")) in find_console_handle() 736 { .compatible = "epapr,hv-byte-channel" }, 750 * ehv_bc_init - ePAPR hypervisor byte channel driver initialization 761 pr_info("ePAPR hypervisor byte channel driver\n"); in ehv_bc_init() 764 for_each_compatible_node(np, NULL, "epapr,hv-byte-channel") in ehv_bc_init()
|
H A D | Kconfig | 256 bool "ePAPR hypervisor byte channel driver" 260 This driver creates /dev entries for each ePAPR hypervisor byte 265 bool "Early console (udbg) support for ePAPR hypervisors" 269 via an ePAPR byte channel. You also need to choose the byte channel
|
/linux/arch/powerpc/sysdev/ |
H A D | ehv_pic.c | 2 * Driver for ePAPR Embedded Hypervisor PIC 260 np = of_find_compatible_node(NULL, NULL, "epapr,hv-pic"); in ehv_pic_init() 262 pr_err("ehv_pic_init: could not find epapr,hv-pic node\n"); in ehv_pic_init()
|
/linux/Documentation/virt/kvm/ |
H A D | ppc-pv.rst | 204 1) KVM hypercalls (ePAPR) 206 These are ePAPR compliant hypercall implementation (mentioned above). Even 207 generic hypercalls are implemented here, like the ePAPR idle hcall. These are
|
/linux/arch/powerpc/platforms/ |
H A D | Kconfig | 36 bool "ePAPR para-virtualization support" 38 Enables ePAPR para-virtualization support for guests.
|
/linux/arch/powerpc/kernel/ |
H A D | epapr_paravirt.c | 3 * ePAPR para-virtualization support.
|
H A D | setup_64.c | 506 * When book3e boots from kexec, the ePAPR spin table does in use_spinloop()
|
H A D | head_64.S | 74 * 1. The MMU is on running in AS0 in a state defined in ePAPR
|
/linux/Documentation/devicetree/bindings/cache/ |
H A D | sifive,ccache0.yaml | 17 All the properties in ePAPR/DeviceTree specification applies for this platform.
|
/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | msi-pic.txt | 88 mapping for MSIIR. The Freescale ePAPR hypervisor has this requirement
|
/linux/arch/powerpc/include/asm/ |
H A D | epapr_hcalls.h | 2 * ePAPR hcall interface 41 * wrapper functions for the ePAPR hypervisor interface. It is inteded
|
/linux/Documentation/virt/kvm/x86/ |
H A D | hypercalls.rst | 72 device tree based lookup ( which is also what EPAPR dictates)
|
/linux/scripts/dtc/ |
H A D | dtc.c | 233 else if (streq(optarg, "epapr")) in main()
|
H A D | dt_to_config | 357 # The ePapr lists of values is slightly different.
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_platform.c | 527 * ePAPR v1.1 spec is defined as max-frame-size, it's in stmmac_probe_config_dt() 529 * data, or MTU. The ePAPR specification is confusing as in stmmac_probe_config_dt()
|
/linux/drivers/pci/ |
H A D | of.c | 316 * that the property conforms with the Power ePAPR document.
|
/linux/drivers/virt/ |
H A D | fsl_hypervisor.c | 836 for_each_compatible_node(np, NULL, "epapr,hv-receive-doorbell") { in fsl_hypervisor_init()
|
/linux/arch/powerpc/ |
H A D | Kconfig | 378 Used to allow a board to specify it wants an ePAPR compliant wrapper.
|
/linux/drivers/of/ |
H A D | fdt.c | 133 * ePAPR-style "phandle" properties, or the in populate_properties()
|