OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pv_init_ops
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/asm-x86/
paravirt.h
36
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 178 milliseconds