Home
last modified time | relevance | path

Searched refs:pv_init_ops (Results 1 – 10 of 10) sorted by relevance

/arch/ia64/include/asm/
Dparavirt.h111 struct pv_init_ops { struct
131 extern struct pv_init_ops pv_init_ops; argument
135 if (pv_init_ops.banner) in paravirt_banner()
136 pv_init_ops.banner(); in paravirt_banner()
141 if (pv_init_ops.reserve_memory) in paravirt_reserve_memory()
142 return pv_init_ops.reserve_memory(region); in paravirt_reserve_memory()
148 if (pv_init_ops.arch_setup_early) in paravirt_arch_setup_early()
149 pv_init_ops.arch_setup_early(); in paravirt_arch_setup_early()
154 if (pv_init_ops.arch_setup_console) in paravirt_arch_setup_console()
155 pv_init_ops.arch_setup_console(cmdline_p); in paravirt_arch_setup_console()
[all …]
/arch/ia64/kernel/
Dparavirt_patch.c284 if (pv_init_ops.patch_bundle == NULL) in paravirt_patch_apply_bundle()
290 used = (*pv_init_ops.patch_bundle)(p->sbundle, p->ebundle, in paravirt_patch_apply_bundle()
328 if (pv_init_ops.patch_inst == NULL) in paravirt_patch_apply_inst()
336 tag = (*pv_init_ops.patch_inst)(p->stag, p->etag, p->type); in paravirt_patch_apply_inst()
472 if (pv_init_ops.patch_branch == NULL) in paravirt_patch_apply_branch()
476 (*pv_init_ops.patch_branch)(p->tag, p->type); in paravirt_patch_apply_branch()
Dparavirt.c52 struct pv_init_ops pv_init_ops = variable
/arch/x86/kernel/
Dparavirt.c128 .pv_init_ops = pv_init_ops, in get_call_destination()
318 struct pv_init_ops pv_init_ops = { variable
Dvsmp_64.c101 pv_init_ops.patch = vsmp_patch; in set_vsmp_pv_ops()
Dalternative.c504 used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf, in apply_paravirt()
/arch/x86/include/asm/
Dparavirt_types.h76 struct pv_init_ops { struct
344 struct pv_init_ops pv_init_ops; member
354 extern struct pv_init_ops pv_init_ops;
/arch/ia64/xen/
Dxen_pv_ops.c164 static const struct pv_init_ops xen_init_ops __initconst = {
884 pv_init_ops = xen_init_ops; in xen_setup_pv_ops()
/arch/x86/xen/
Denlighten.c1120 static const struct pv_init_ops xen_init_ops __initconst = {
1294 pv_init_ops = xen_init_ops; in xen_start_kernel()
/arch/x86/lguest/
Dboot.c1295 pv_init_ops.patch = lguest_patch; in lguest_init()