KVM
Public Attributes | List of all members
kvm_caps Struct Reference

#include <x86.h>

Public Attributes

bool has_tsc_control
 
u32 max_guest_tsc_khz
 
u8 tsc_scaling_ratio_frac_bits
 
u64 max_tsc_scaling_ratio
 
u64 default_tsc_scaling_ratio
 
bool has_bus_lock_exit
 
bool has_notify_vmexit
 
u64 supported_mce_cap
 
u64 supported_xcr0
 
u64 supported_xss
 
u64 supported_perf_cap
 

Detailed Description

Definition at line 12 of file x86.h.

Member Data Documentation

◆ default_tsc_scaling_ratio

u64 kvm_caps::default_tsc_scaling_ratio

Definition at line 22 of file x86.h.

◆ has_bus_lock_exit

bool kvm_caps::has_bus_lock_exit

Definition at line 24 of file x86.h.

◆ has_notify_vmexit

bool kvm_caps::has_notify_vmexit

Definition at line 26 of file x86.h.

◆ has_tsc_control

bool kvm_caps::has_tsc_control

Definition at line 14 of file x86.h.

◆ max_guest_tsc_khz

u32 kvm_caps::max_guest_tsc_khz

Definition at line 16 of file x86.h.

◆ max_tsc_scaling_ratio

u64 kvm_caps::max_tsc_scaling_ratio

Definition at line 20 of file x86.h.

◆ supported_mce_cap

u64 kvm_caps::supported_mce_cap

Definition at line 28 of file x86.h.

◆ supported_perf_cap

u64 kvm_caps::supported_perf_cap

Definition at line 31 of file x86.h.

◆ supported_xcr0

u64 kvm_caps::supported_xcr0

Definition at line 29 of file x86.h.

◆ supported_xss

u64 kvm_caps::supported_xss

Definition at line 30 of file x86.h.

◆ tsc_scaling_ratio_frac_bits

u8 kvm_caps::tsc_scaling_ratio_frac_bits

Definition at line 18 of file x86.h.


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