Home
last modified time | relevance | path

Searched defs:create_fdt (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/x86_64/src/
H A Dfdt.rs25 pub fn create_fdt( in create_fdt() function
/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/
H A Daarch64.rs69 fn create_fdt(&self, fdt: &mut Fdt, phandles: &BTreeMap<&str, u32>) -> cros_fdt::Result<()> { in create_fdt() method
/aosp_15_r20/external/crosvm/riscv64/src/
H A Dfdt.rs299 pub fn create_fdt( in create_fdt() function
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Daarch64.rs180 fn create_fdt(&self, fdt: &mut Fdt, phandles: &BTreeMap<&str, u32>) -> cros_fdt::Result<()>; in create_fdt() method
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dfdt.rs649 pub fn create_fdt( in create_fdt() function
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Daarch64.rs217 fn create_fdt(&self, _fdt: &mut Fdt, _phandles: &BTreeMap<&str, u32>) -> cros_fdt::Result<()> { in create_fdt() method
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/
H A Dmod.rs181 fn create_fdt(&self, _fdt: &mut Fdt, _phandles: &BTreeMap<&str, u32>) -> cros_fdt::Result<()> { in create_fdt() method