Home
last modified time | relevance | path

Searched defs:get_vcpu_tsc_offset (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/
H A Dtsc.rs83 pub fn get_vcpu_tsc_offset(&self, cpu_id: usize) -> Option<u64> { in get_vcpu_tsc_offset() method
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs2180 pub fn get_vcpu_tsc_offset() -> u64 { in get_vcpu_tsc_offset() function