Searched defs:MsrConfig (Results  1 – 6 of 6) sorted by relevance
| /external/crosvm/x86_64/src/ | 
| D | msr.rs | 113     fn new(index: u32, msr_config: &MsrConfig, msr_file: MsrFileType) -> Result<Self> {  in new()178     fn new(index: u32, msr_config: &MsrConfig, msr_file: &MsrFileType) -> Result<Self> {  in new()
 268         msr_config: MsrConfig,  in add_handler()
 310     msr_list: &BTreeMap<u32, MsrConfig>,  in get_override_msr_list()  argument
 
 | 
| D | lib.rs | 2123     msr_map: &mut BTreeMap<u32, MsrConfig>,  in insert_msr()  argument2125     msr_config: MsrConfig,  in insert_msr()
 2135     msr_map: &mut BTreeMap<u32, MsrConfig>,  in insert_msrs()  argument
 2155     msr_map: &mut BTreeMap<u32, MsrConfig>,  in set_enable_pnp_data_msr_config()  argument
 
 | 
| /external/crosvm/arch/src/ | 
| D | lib.rs | 1320 pub struct MsrConfig {  struct1322     pub rw_type: MsrRWType,
 1324     pub action: MsrAction,
 1326     pub from: MsrValueFrom,
 1328     pub filter: MsrFilter,
 
 | 
| /external/crosvm/src/crosvm/sys/unix/ | 
| D | vcpu.rs | 530 pub fn run_vcpu<V>(  in run_vcpu()
 | 
| /external/crosvm/aarch64/src/ | 
| D | lib.rs | 1011         _msr_config: MsrConfig,  in add_handler()
 | 
| /external/crosvm/src/crosvm/ | 
| D | config.rs | 585 pub fn parse_userspace_msr_options(value: &str) -> Result<(u32, MsrConfig), String> {  in parse_userspace_msr_options()  argument
 |