Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/
H A Daarch64.rs27 pub struct PsciVersion { struct
32 impl PsciVersion { impl
42 impl TryFrom<u32> for PsciVersion { implementation
248 fn get_psci_version(&self) -> Result<PsciVersion>; in get_psci_version()
/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/
H A Daarch64.rs229 fn get_psci_version(&self) -> Result<PsciVersion> { in get_psci_version()
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dfdt.rs670 psci_version: PsciVersion, in create_fdt()
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Daarch64.rs733 fn get_psci_version(&self) -> Result<PsciVersion> { in get_psci_version()
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/
H A Dmod.rs426 fn get_psci_version(&self) -> Result<PsciVersion> { in get_psci_version()