Home
last modified time | relevance | path

Searched full:epapr (Results 1 – 18 of 18) sorted by relevance

/linux/arch/powerpc/include/uapi/asm/
H A Depapr_hcalls.h3 * ePAPR hcall interface
60 /* vendor ID: epapr */
78 /* epapr return codes */
/linux/arch/powerpc/boot/
H A Depapr.c3 * Bootwrapper for ePAPR compliant firmwares
32 fatal("r6 contained 0x%08x instead of ePAPR magic number\n", in platform_fixups()
H A Dof.c87 /* Detect OF vs. ePAPR boot */ in platform_init()
/linux/drivers/tty/
H A Dehv_bytechan.c2 /* 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()
/linux/arch/powerpc/sysdev/
H A Dehv_pic.c2 * 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 Dppc-pv.rst204 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
H A Dapi.rst1868 /* the host supports the ePAPR idle hcall
/linux/Documentation/devicetree/bindings/cache/
H A Dsifive,ccache0.yaml17 All the properties in ePAPR/DeviceTree specification applies for this platform.
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dmsi-pic.txt88 mapping for MSIIR. The Freescale ePAPR hypervisor has this requirement
/linux/arch/powerpc/include/asm/
H A Depapr_hcalls.h2 * ePAPR hcall interface
41 * wrapper functions for the ePAPR hypervisor interface. It is inteded
/linux/Documentation/virt/kvm/x86/
H A Dhypercalls.rst72 device tree based lookup ( which is also what EPAPR dictates)
/linux/scripts/dtc/
H A Ddtc.c233 else if (streq(optarg, "epapr")) in main()
H A Ddt_to_config357 # The ePapr lists of values is slightly different.
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c514 * ePAPR v1.1 spec is defined as max-frame-size, it's in stmmac_probe_config_dt()
516 * data, or MTU. The ePAPR specification is confusing as in stmmac_probe_config_dt()
/linux/drivers/virt/
H A Dfsl_hypervisor.c836 for_each_compatible_node(np, NULL, "epapr,hv-receive-doorbell") { in fsl_hypervisor_init()
/linux/arch/powerpc/kernel/
H A Dhead_64.S74 * 1. The MMU is on running in AS0 in a state defined in ePAPR
/linux/arch/powerpc/
H A DKconfig386 Used to allow a board to specify it wants an ePAPR compliant wrapper.
/linux/
H A DMAINTAINERS8532 EPAPR HYPERVISOR BYTE CHANNEL DEVICE DRIVER