pv_init_ops 397 arch/x86/kernel/alternative.c used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf,
pv_init_ops 55 arch/x86/kernel/paravirt.c return pv_init_ops.memory_setup();
pv_init_ops 121 arch/x86/kernel/paravirt.c .pv_init_ops = pv_init_ops,
pv_init_ops 204 arch/x86/kernel/paravirt.c pv_init_ops.banner();
pv_init_ops 278 arch/x86/kernel/paravirt.c struct pv_init_ops pv_init_ops = {
pv_init_ops 761 arch/x86/kernel/vmi_32.c pv_init_ops.patch = vmi_patch;
pv_init_ops 97 arch/x86/kernel/vsmp_64.c pv_init_ops.patch = vsmp_patch;
pv_init_ops 985 arch/x86/lguest/boot.c pv_init_ops.memory_setup = lguest_memory_setup;
pv_init_ops 986 arch/x86/lguest/boot.c pv_init_ops.patch = lguest_patch;
pv_init_ops 1183 arch/x86/xen/enlighten.c static const struct pv_init_ops xen_init_ops __initdata = {
pv_init_ops 1625 arch/x86/xen/enlighten.c pv_init_ops = xen_init_ops;
pv_init_ops 340 include/asm-x86/paravirt.h struct pv_init_ops pv_init_ops;
pv_init_ops 350 include/asm-x86/paravirt.h extern struct pv_init_ops pv_init_ops;
pv_init_ops 610 include/asm-x86/paravirt.h #define ARCH_SETUP pv_init_ops.arch_setup();
pv_init_ops 934 include/asm-x86/paravirt.h if (pv_init_ops.post_allocator_init)
pv_init_ops 935 include/asm-x86/paravirt.h (*pv_init_ops.post_allocator_init)();