Lines Matching full:hv
231 pr_debug("fsl-hv: could not allocate page list\n"); in ioctl_memcpy()
242 pr_debug("fsl-hv: could not allocate S/G list\n"); in ioctl_memcpy()
253 pr_debug("fsl-hv: could not lock source buffer\n"); in ioctl_memcpy()
444 pr_debug("fsl-hv: bad ioctl dir=%u type=%u cmd=%u size=%u\n", in fsl_hv_ioctl()
666 pr_err("fsl-hv: out of memory\n"); in fsl_hv_open()
713 "fsl-hv",
727 * The handle is the value of the 'hv-handle' property
742 * The proper name for the handle property is "hv-handle", but some in get_parent_handle()
745 prop = of_get_property(parent, "hv-handle", &len); in get_parent_handle()
791 * "hypervisor" and which has a property named "fsl,hv-version".
802 ret = of_find_property(node, "fsl,hv-version", NULL) != NULL; in has_fsl_hypervisor()
826 pr_info("fsl-hv: no hypervisor found\n"); in fsl_hypervisor_init()
832 pr_err("fsl-hv: cannot register device\n"); in fsl_hypervisor_init()
839 for_each_compatible_node(np, NULL, "epapr,hv-receive-doorbell") { in fsl_hypervisor_init()
846 pr_err("fsl-hv: no 'interrupts' property in %pOF node\n", in fsl_hypervisor_init()
858 if (of_device_is_compatible(np, "fsl,hv-shutdown-doorbell")) { in fsl_hypervisor_init()
863 "fsl,hv-state-change-doorbell")) { in fsl_hypervisor_init()
874 pr_err("fsl-hv: node %pOF has missing or " in fsl_hypervisor_init()
886 pr_err("fsl-hv: could not request irq %u for node %pOF\n", in fsl_hypervisor_init()
894 pr_info("fsl-hv: registered handler for doorbell %u\n", in fsl_hypervisor_init()