Searched refs:pv_init_ops (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dparavirt.h111 struct pv_init_ops { struct
131 extern struct pv_init_ops pv_init_ops;
135 if (pv_init_ops.banner)
136 pv_init_ops.banner();
141 if (pv_init_ops.reserve_memory)
142 return pv_init_ops.reserve_memory(region);
148 if (pv_init_ops.arch_setup_early)
149 pv_init_ops.arch_setup_early();
154 if (pv_init_ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dparavirt_patch.c284 if (pv_init_ops.patch_bundle == NULL)
290 used = (*pv_init_ops.patch_bundle)(p->sbundle, p->ebundle,
328 if (pv_init_ops.patch_inst == NULL)
336 tag = (*pv_init_ops.patch_inst)(p->stag, p->etag, p->type);
472 if (pv_init_ops.patch_branch == NULL)
476 (*pv_init_ops.patch_branch)(p->tag, p->type);
H A Dparavirt.c45 * pv_init_ops
52 struct pv_init_ops pv_init_ops = variable in typeref:struct:pv_init_ops
651 * pv_init_ops.patch_bundle
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dparavirt.c126 .pv_init_ops = pv_init_ops,
304 struct pv_init_ops pv_init_ops = { variable in typeref:struct:pv_init_ops
H A Dvsmp_64.c101 pv_init_ops.patch = vsmp_patch;
H A Dalternative.c441 used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf,
H A Dvmi_32.c629 pv_init_ops.patch = vmi_patch;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dparavirt_types.h70 struct pv_init_ops { struct
331 struct pv_init_ops pv_init_ops; member in struct:paravirt_patch_template
341 extern struct pv_init_ops pv_init_ops;
441 * appropriate patching under the control of the backend pv_init_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dxen_pv_ops.c61 * pv_init_ops
164 static const struct pv_init_ops xen_init_ops __initconst = {
871 pv_init_ops = xen_init_ops;
885 * pv_init_ops.patch_bundle
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Denlighten.c928 static const struct pv_init_ops xen_init_ops __initdata = {
1081 pv_init_ops = xen_init_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lguest/
H A Dboot.c1258 pv_init_ops.patch = lguest_patch;

Completed in 76 milliseconds