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

/arch/ia64/include/asm/
H A Dparavirt.h110 struct pv_init_ops { struct
130 extern struct pv_init_ops pv_init_ops;
134 if (pv_init_ops.banner)
135 pv_init_ops.banner();
140 if (pv_init_ops.reserve_memory)
141 return pv_init_ops.reserve_memory(region);
147 if (pv_init_ops.arch_setup_early)
148 pv_init_ops.arch_setup_early();
153 if (pv_init_ops
[all...]
/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
653 * pv_init_ops.patch_bundle
/arch/x86/kernel/
H A Dparavirt.c124 .pv_init_ops = pv_init_ops,
314 struct pv_init_ops pv_init_ops = { variable in typeref:struct:pv_init_ops
H A Dvsmp_64.c124 pv_init_ops.patch = vsmp_patch;
H A Dalternative.c461 used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf,
/arch/x86/include/asm/
H A Dparavirt_types.h76 struct pv_init_ops { struct
345 struct pv_init_ops pv_init_ops; member in struct:paravirt_patch_template
355 extern struct pv_init_ops pv_init_ops;
457 * appropriate patching under the control of the backend pv_init_ops
/arch/x86/lguest/
H A Dboot.c1301 pv_init_ops.patch = lguest_patch;
/arch/x86/xen/
H A Denlighten.c1221 static const struct pv_init_ops xen_init_ops __initconst = {
1542 pv_init_ops = xen_init_ops;

Completed in 143 milliseconds