KVM
Public Attributes | List of all members
trap_config Union Reference

Public Attributes

u64 val
 
struct {
   unsigned long   cgt:TC_CGT_BITS
 
   unsigned long   fgt:TC_FGT_BITS
 
   unsigned long   bit:6
 
   unsigned long   pol:1
 
   unsigned long   fgf:TC_FGF_BITS
 
   unsigned long   unused:37
 
   unsigned long   mbz:1
 
}; 
 

Detailed Description

Definition at line 437 of file emulate-nested.c.

Member Data Documentation

◆ 

struct { ... }

◆ bit

unsigned long trap_config::bit

Definition at line 442 of file emulate-nested.c.

◆ cgt

unsigned long trap_config::cgt

Definition at line 440 of file emulate-nested.c.

◆ fgf

unsigned long trap_config::fgf

Definition at line 444 of file emulate-nested.c.

◆ fgt

unsigned long trap_config::fgt

Definition at line 441 of file emulate-nested.c.

◆ mbz

unsigned long trap_config::mbz

Definition at line 446 of file emulate-nested.c.

◆ pol

unsigned long trap_config::pol

Definition at line 443 of file emulate-nested.c.

◆ unused

unsigned long trap_config::unused

Definition at line 445 of file emulate-nested.c.

◆ val

u64 trap_config::val

Definition at line 438 of file emulate-nested.c.


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