Searched full:epapr (Results 1 – 25 of 54) sorted by relevance
123
| /kernel/linux/linux-4.19/arch/powerpc/boot/ |
| D | wrapper | 219 platformo="$object/of.o $object/epapr.o" 223 platformo="$object/pseries-head.o $object/of.o $object/epapr.o" 232 platformo="$object/of.o $object/epapr.o" 237 platformo="$object/of.o $object/epapr.o" 241 platformo="$object/crt0.o $object/of.o $object/epapr.o" 338 epapr) 339 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
|
| D | epapr.c | 2 * Bootwrapper for ePAPR compliant firmwares 35 fatal("r6 contained 0x%08x instead of ePAPR magic number\n", in platform_fixups()
|
| D | .gitignore | 28 zImage.epapr
|
| D | Makefile | 115 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 138 src-plat-y := of.c epapr.c 162 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 272 image-$(CONFIG_EPAPR_BOOT) += zImage.epapr
|
| D | of.c | 91 /* Detect OF vs. ePAPR boot */ in platform_init()
|
| /kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
| D | epapr_hcalls.h | 3 * ePAPR hcall interface 60 /* vendor ID: epapr */ 78 /* epapr return codes */
|
| /kernel/linux/linux-4.19/arch/powerpc/include/uapi/asm/ |
| D | epapr_hcalls.h | 3 * ePAPR hcall interface 60 /* vendor ID: epapr */ 78 /* epapr return codes */
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | wrapper | 241 platformo="$object/of.o $object/epapr.o" 245 platformo="$object/pseries-head.o $object/of.o $object/epapr.o" 254 platformo="$object/of.o $object/epapr.o" 259 platformo="$object/of.o $object/epapr.o" 263 platformo="$object/crt0.o $object/of.o $object/epapr.o" 352 epapr) 353 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
|
| D | epapr.c | 3 * Bootwrapper for ePAPR compliant firmwares 32 fatal("r6 contained 0x%08x instead of ePAPR magic number\n", in platform_fixups()
|
| D | .gitignore | 29 zImage.epapr
|
| D | Makefile | 110 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 132 src-plat-y := of.c epapr.c 155 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 267 image-$(CONFIG_EPAPR_BOOT) += zImage.epapr
|
| D | of.c | 87 /* Detect OF vs. ePAPR boot */ in platform_init()
|
| /kernel/linux/linux-4.19/drivers/tty/ |
| 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() 734 { .compatible = "epapr,hv-byte-channel" }, 748 * ehv_bc_init - ePAPR hypervisor byte channel driver initialization 758 pr_info("ePAPR hypervisor byte channel driver\n"); in ehv_bc_init() 761 for_each_compatible_node(np, NULL, "epapr,hv-byte-channel") in ehv_bc_init()
|
| D | Kconfig | 345 bool "ePAPR hypervisor byte channel driver" 349 This driver creates /dev entries for each ePAPR hypervisor byte 354 bool "Early console (udbg) support for ePAPR hypervisors" 358 via an ePAPR byte channel. You also need to choose the byte channel
|
| /kernel/linux/linux-5.10/drivers/tty/ |
| 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() 734 { .compatible = "epapr,hv-byte-channel" }, 748 * ehv_bc_init - ePAPR hypervisor byte channel driver initialization 758 pr_info("ePAPR hypervisor byte channel driver\n"); in ehv_bc_init() 761 for_each_compatible_node(np, NULL, "epapr,hv-byte-channel") in ehv_bc_init()
|
| D | Kconfig | 320 bool "ePAPR hypervisor byte channel driver" 324 This driver creates /dev entries for each ePAPR hypervisor byte 329 bool "Early console (udbg) support for ePAPR hypervisors" 333 via an ePAPR byte channel. You also need to choose the byte channel
|
| /kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
| 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()
|
| /kernel/linux/linux-4.19/arch/powerpc/sysdev/ |
| 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()
|
| /kernel/linux/linux-4.19/Documentation/virtual/kvm/ |
| D | ppc-pv.txt | 194 1) KVM hypercalls (ePAPR) 196 These are ePAPR compliant hypercall implementation (mentioned above). Even 197 generic hypercalls are implemented here, like the ePAPR idle hcall. These are
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/ |
| 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
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/ |
| D | Kconfig | 35 bool "ePAPR para-virtualization support" 37 Enables ePAPR para-virtualization support for guests.
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/ |
| D | Kconfig | 36 bool "ePAPR para-virtualization support" 39 Enables ePAPR para-virtualization support for guests.
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | epapr_paravirt.c | 3 * ePAPR para-virtualization support.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/riscv/ |
| D | sifive-l2-cache.yaml | 19 All the properties in ePAPR/DeviceTree specification applies for this platform.
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/ |
| D | epapr_paravirt.c | 2 * ePAPR para-virtualization support.
|
123