Home
last modified time | relevance | path

Searched defs:pv_info (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h64 struct pv_info { struct
65 unsigned int kernel_rpl;
66 int shared_kernel_pmd;
69 u16 extra_user_64bit_cs; /* __USER_CS if none */
72 int paravirt_enabled;
73 unsigned int features; /* valid only if paravirt_enabled is set */
74 const char *name;
/linux-4.4.14/arch/x86/kernel/
Dparavirt.c313 struct pv_info pv_info = { variable