Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/include/asm/
Dparavirt.h110 struct pv_init_ops { struct
130 extern struct pv_init_ops pv_init_ops; argument
134 if (pv_init_ops.banner) in paravirt_banner()
135 pv_init_ops.banner(); in paravirt_banner()
140 if (pv_init_ops.reserve_memory) in paravirt_reserve_memory()
141 return pv_init_ops.reserve_memory(region); in paravirt_reserve_memory()
147 if (pv_init_ops.arch_setup_early) in paravirt_arch_setup_early()
148 pv_init_ops.arch_setup_early(); in paravirt_arch_setup_early()
153 if (pv_init_ops.arch_setup_console) in paravirt_arch_setup_console()
154 pv_init_ops.arch_setup_console(cmdline_p); in paravirt_arch_setup_console()
[all …]
/linux-4.1.27/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
/linux-4.1.27/arch/x86/kernel/
Dparavirt.c132 .pv_init_ops = pv_init_ops, in get_call_destination()
322 struct pv_init_ops pv_init_ops = { variable
Dvsmp_64.c124 pv_init_ops.patch = vsmp_patch; in set_vsmp_pv_ops()
Dalternative.c583 used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf, in apply_paravirt()
/linux-4.1.27/arch/x86/include/asm/
Dparavirt_types.h76 struct pv_init_ops { struct
345 struct pv_init_ops pv_init_ops; member
355 extern struct pv_init_ops pv_init_ops;
/linux-4.1.27/arch/x86/xen/
Denlighten.c1193 static const struct pv_init_ops xen_init_ops __initconst = {
1529 pv_init_ops = xen_init_ops; in xen_start_kernel()
/linux-4.1.27/arch/x86/lguest/
Dboot.c1436 pv_init_ops.patch = lguest_patch; in lguest_init()