search for: init_ops

Displaying 4 results from an estimated 4 matches for "init_ops".

2013 Oct 28
5
FreeBSD PVH guest support
...lude/asmacros.h: * Copy the ELFNOTE macro from the i386 Xen PV port. sys/amd64/include/clock.h: sys/i386/include/clock.h: * Prototypes for the xen early delay initialization and usage. sys/amd64/include/cpu.h: * Introduce a new cpu hook to init APs. sys/amd64/include/sysarch.h: * Declare the init_ops structure. sys/amd64/include/xen/hypercall.h: sys/i386/include/xen/hypercall.h * Switch to the PV style hypercall mechanism for HVM also. sys/conf/files: * Make the PV console available on XENHVM also. sys/conf/files.amd64: * Include the new files for the PVH port. sys/dev/xen/console/consol...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...lug_slot, u8 * value struct slot myslot; debug("get_max_adapter_speed_1 - Entry hotplug_slot[%lx] pvalue[%lx]\n", - (ulong)hotplug_slot, (ulong) value); + (ulong)hotplug_slot, (ulong) value); if (flag) ibmphp_lock_operations(); @@ -514,7 +516,7 @@ static int __init init_ops(void) return -ENODEV; debug("BEFORE GETTING SLOT STATUS, slot # %x\n", - slot_cur->number); + slot_cur->number); if (slot_cur->ctrl->revision == 0xFF) if (get_ctrl_revision(slot_cur, &slot_cur->ctrl->revision)) @@ -543,9 +545,9 @@...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...lug_slot, u8 * value struct slot myslot; debug("get_max_adapter_speed_1 - Entry hotplug_slot[%lx] pvalue[%lx]\n", - (ulong)hotplug_slot, (ulong) value); + (ulong)hotplug_slot, (ulong) value); if (flag) ibmphp_lock_operations(); @@ -514,7 +516,7 @@ static int __init init_ops(void) return -ENODEV; debug("BEFORE GETTING SLOT STATUS, slot # %x\n", - slot_cur->number); + slot_cur->number); if (slot_cur->ctrl->revision == 0xFF) if (get_ctrl_revision(slot_cur, &slot_cur->ctrl->revision)) @@ -543,9 +545,9 @@...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...lug_slot, u8 * value struct slot myslot; debug("get_max_adapter_speed_1 - Entry hotplug_slot[%lx] pvalue[%lx]\n", - (ulong)hotplug_slot, (ulong) value); + (ulong)hotplug_slot, (ulong) value); if (flag) ibmphp_lock_operations(); @@ -514,7 +516,7 @@ static int __init init_ops(void) return -ENODEV; debug("BEFORE GETTING SLOT STATUS, slot # %x\n", - slot_cur->number); + slot_cur->number); if (slot_cur->ctrl->revision == 0xFF) if (get_ctrl_revision(slot_cur, &slot_cur->ctrl->revision)) @@ -543,9 +545,9 @@...