KVM
|
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 | |
}; | |
Definition at line 437 of file emulate-nested.c.
struct { ... } |
unsigned long trap_config::bit |
Definition at line 442 of file emulate-nested.c.
unsigned long trap_config::cgt |
Definition at line 440 of file emulate-nested.c.
unsigned long trap_config::fgf |
Definition at line 444 of file emulate-nested.c.
unsigned long trap_config::fgt |
Definition at line 441 of file emulate-nested.c.
unsigned long trap_config::mbz |
Definition at line 446 of file emulate-nested.c.
unsigned long trap_config::pol |
Definition at line 443 of file emulate-nested.c.
unsigned long trap_config::unused |
Definition at line 445 of file emulate-nested.c.
u64 trap_config::val |
Definition at line 438 of file emulate-nested.c.