Home
last modified time | relevance | path

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

/external/crosvm/protos/src/
Dplugin.proto169 CpuidRequest get_emulated_cpuid = 7; field
243 CpuidResponse get_emulated_cpuid = 8; field
/external/crosvm/kvm/src/
Dlib.rs190 pub fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid() method
1798 fn get_emulated_cpuid() { in get_emulated_cpuid() function
1800 kvm.get_emulated_cpuid().unwrap(); in get_emulated_cpuid()
/external/crosvm/src/plugin/
Dprocess.rs657 match kvm.get_emulated_cpuid() { in handle_socket()
/external/crosvm/crosvm_plugin/src/
Dlib.rs433 fn get_emulated_cpuid( in get_emulated_cpuid() method
1218 let ret = this.get_emulated_cpuid(cpuid_entries, &mut cpuid_count); in crosvm_get_emulated_cpuid()