Home
last modified time | relevance | path

Searched defs:PsciVersion (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/hypervisor/src/
Daarch64.rs31 pub struct PsciVersion { struct
36 impl PsciVersion { argument
46 impl TryFrom<u32> for PsciVersion { implementation
122 fn get_psci_version(&self) -> Result<PsciVersion>; in get_psci_version()
/external/crosvm/hypervisor/src/gunyah/
Daarch64.rs247 fn get_psci_version(&self) -> Result<PsciVersion> { in get_psci_version()
/external/crosvm/aarch64/src/
Dfdt.rs570 psci_version: PsciVersion, in create_fdt()
/external/crosvm/hypervisor/src/kvm/
Daarch64.rs671 fn get_psci_version(&self) -> Result<PsciVersion> { in get_psci_version()
/external/crosvm/hypervisor/src/geniezone/
Dmod.rs441 fn get_psci_version(&self) -> Result<PsciVersion> { in get_psci_version()