Home
last modified time | relevance | path

Searched refs:vcpu_freq_table (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/
H A Dvirtcpufreq_v2.rs58 vcpu_freq_table: Vec<u32>, field
126 vcpu_freq_table: Vec<u32>, in new()
145 let vcpu_fmax = vcpu_freq_table.clone().into_iter().max().unwrap(); in new()
174 vcpu_freq_table, in new()
232 VCPUFREQ_FREQTBL_LEN => self.vcpu_freq_table.len() as u32, in read()
235 .vcpu_freq_table in read()