Searched refs:pv_init_ops (Results 1 – 10 of 10) sorted by relevance
61 struct pv_init_ops { struct73 extern struct pv_init_ops pv_init_ops; argument77 if (pv_init_ops.banner) in paravirt_banner()78 pv_init_ops.banner(); in paravirt_banner()83 if (pv_init_ops.reserve_memory) in paravirt_reserve_memory()84 return pv_init_ops.reserve_memory(region); in paravirt_reserve_memory()90 if (pv_init_ops.arch_setup_early) in paravirt_arch_setup_early()91 pv_init_ops.arch_setup_early(); in paravirt_arch_setup_early()96 if (pv_init_ops.arch_setup_console) in paravirt_arch_setup_console()97 pv_init_ops.arch_setup_console(cmdline_p); in paravirt_arch_setup_console()[all …]
55 return pv_init_ops.memory_setup(); in memory_setup()121 .pv_init_ops = pv_init_ops, in get_call_destination()204 pv_init_ops.banner(); in print_banner()304 struct pv_init_ops pv_init_ops = { variable
97 pv_init_ops.patch = vsmp_patch; in set_vsmp_pv_ops()
397 used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf, in apply_paravirt()
652 pv_init_ops.patch = vmi_patch; in activate_vmi()
156 static const struct pv_init_ops xen_init_ops __initconst = {357 pv_init_ops = xen_init_ops; in xen_setup_pv_ops()
51 struct pv_init_ops { struct340 struct pv_init_ops pv_init_ops; member350 extern struct pv_init_ops pv_init_ops;610 #define ARCH_SETUP pv_init_ops.arch_setup();934 if (pv_init_ops.post_allocator_init) in paravirt_post_allocator_init()935 (*pv_init_ops.post_allocator_init)(); in paravirt_post_allocator_init()
49 struct pv_init_ops pv_init_ops; variable
1001 pv_init_ops.memory_setup = lguest_memory_setup; in lguest_init()1002 pv_init_ops.patch = lguest_patch; in lguest_init()
1186 static const struct pv_init_ops xen_init_ops __initdata = {1630 pv_init_ops = xen_init_ops; in xen_start_kernel()