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

/external/kernel-headers/original/asm-x86/
H A Dparavirt.h36 struct pv_init_ops { struct
250 struct pv_init_ops pv_init_ops; member in struct:paravirt_patch_template
259 extern struct pv_init_ops pv_init_ops;
341 * appropriate patching under the control of the backend pv_init_ops
458 #define ARCH_SETUP pv_init_ops.arch_setup();
721 if (pv_init_ops.post_allocator_init)
722 (*pv_init_ops.post_allocator_init)();

Completed in 30 milliseconds