Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/
H A Daarch64.rs209 fn init_pvtime(&self, _pvtime_ipa: u64) -> Result<()> { in init_pvtime() method
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Daarch64.rs213 fn init_pvtime(&self, pvtime_ipa: u64) -> Result<()>; in init_pvtime() method
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Daarch64.rs674 fn init_pvtime(&self, pvtime_ipa: u64) -> Result<()> { in init_pvtime() method
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/
H A Dmod.rs404 fn init_pvtime(&self, _pvtime_ipa: u64) -> Result<()> { in init_pvtime() method