Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kvm_mmu_page_role Union Reference

#include <kvm_host.h>

Data Fields

unsigned word
 
struct {
   unsigned   level:4
 
   unsigned   cr4_pae:1
 
   unsigned   quadrant:2
 
   unsigned   pad_for_nice_hex_output:6
 
   unsigned   direct:1
 
   unsigned   access:3
 
   unsigned   invalid:1
 
   unsigned   nxe:1
 
   unsigned   cr0_wp:1
 
   unsigned   smep_andnot_wp:1
 
}; 
 

Detailed Description

Definition at line 190 of file kvm_host.h.

Field Documentation

struct { ... }
unsigned access

Definition at line 198 of file kvm_host.h.

unsigned cr0_wp

Definition at line 201 of file kvm_host.h.

unsigned cr4_pae

Definition at line 194 of file kvm_host.h.

unsigned direct

Definition at line 197 of file kvm_host.h.

unsigned invalid

Definition at line 199 of file kvm_host.h.

unsigned level

Definition at line 193 of file kvm_host.h.

unsigned nxe

Definition at line 200 of file kvm_host.h.

unsigned pad_for_nice_hex_output

Definition at line 196 of file kvm_host.h.

unsigned quadrant

Definition at line 195 of file kvm_host.h.

unsigned smep_andnot_wp

Definition at line 202 of file kvm_host.h.

unsigned word

Definition at line 191 of file kvm_host.h.


The documentation for this union was generated from the following file: