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

#include <kvm_host.h>

Data Fields

u64 value
 
struct {
   u64   number: 8
 
   u64   revision: 8
 
   u64   model: 8
 
   u64   family: 8
 
   u64   archrev: 8
 
   u64   rv: 24
 
}; 
 

Detailed Description

Definition at line 490 of file kvm_host.h.

Field Documentation

struct { ... }
u64 archrev

Definition at line 497 of file kvm_host.h.

u64 family

Definition at line 496 of file kvm_host.h.

u64 model

Definition at line 495 of file kvm_host.h.

u64 number

Definition at line 493 of file kvm_host.h.

Definition at line 494 of file kvm_host.h.

u64 rv

Definition at line 498 of file kvm_host.h.

u64 value

Definition at line 491 of file kvm_host.h.


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