Searched refs:pv_init_ops (Results 1 – 11 of 11) sorted by relevance
111 struct pv_init_ops { struct131 extern struct pv_init_ops pv_init_ops; argument135 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 …]
284 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()
52 struct pv_init_ops pv_init_ops = variable
126 .pv_init_ops = pv_init_ops, in get_call_destination()304 struct pv_init_ops pv_init_ops = { variable
101 pv_init_ops.patch = vsmp_patch; in set_vsmp_pv_ops()
442 used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf, in apply_paravirt()
70 struct pv_init_ops { struct336 struct pv_init_ops pv_init_ops; member346 extern struct pv_init_ops pv_init_ops;
164 static const struct pv_init_ops xen_init_ops __initconst = {884 pv_init_ops = xen_init_ops; in xen_setup_pv_ops()
943 static const struct pv_init_ops xen_init_ops __initdata = {1100 pv_init_ops = xen_init_ops; in xen_start_kernel()
95 - struct pv_init_ops
1272 pv_init_ops.patch = lguest_patch; in lguest_init()