Searched defs:pv_init_ops (Results 1 - 4 of 4) sorted by relevance

/arch/x86/kernel/
H A Dparavirt.c124 .pv_init_ops = pv_init_ops,
314 struct pv_init_ops pv_init_ops = { variable in typeref:struct:pv_init_ops
/arch/ia64/include/asm/
H A Dparavirt.h110 struct pv_init_ops { struct
130 extern struct pv_init_ops pv_init_ops;
134 if (pv_init_ops.banner)
135 pv_init_ops.banner();
140 if (pv_init_ops.reserve_memory)
141 return pv_init_ops.reserve_memory(region);
147 if (pv_init_ops.arch_setup_early)
148 pv_init_ops.arch_setup_early();
153 if (pv_init_ops
[all...]
/arch/ia64/kernel/
H A Dparavirt.c45 * pv_init_ops
52 struct pv_init_ops pv_init_ops = variable in typeref:struct:pv_init_ops
653 * pv_init_ops.patch_bundle
/arch/x86/include/asm/
H A Dparavirt_types.h76 struct pv_init_ops { struct
345 struct pv_init_ops pv_init_ops; member in struct:paravirt_patch_template
355 extern struct pv_init_ops pv_init_ops;
457 * appropriate patching under the control of the backend pv_init_ops

Completed in 77 milliseconds