Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/protos/src/
H A Dplugin.proto191 CpuidRequest get_emulated_cpuid = 7; field
267 CpuidResponse get_emulated_cpuid = 8; field
/aosp_15_r20/external/crosvm/kvm/tests/
H A Dkvm_tests.rs92 fn get_emulated_cpuid() { in get_emulated_cpuid() function
/aosp_15_r20/external/crosvm/kvm/src/
H A Dlib.rs215 pub fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid() method
/aosp_15_r20/external/crosvm/crosvm_plugin/src/
H A Dlib.rs441 fn get_emulated_cpuid( in get_emulated_cpuid() method