Home
last modified time | relevance | path

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

/external/crosvm/resources/src/
Dsystem_allocator.rs30 prefetchable: bool, field
56 pub fn prefetchable(&mut self, prefetchable: bool) -> &mut Self { in prefetchable() method
/external/crosvm/riscv64/src/
Dfdt.rs183 pub prefetchable: bool, field
/external/rust/crates/virtio-drivers/src/transport/pci/
Dbus.rs286 let prefetchable = bar_orig & 0x00000008 != 0; in bar_info() localVariable
/external/crosvm/aarch64/src/
Dfdt.rs412 pub prefetchable: bool, field
/external/crosvm/devices/src/pci/
Dpci_device.rs160 pub prefetchable: bool, field
Dpci_configuration.rs358 prefetchable: PciBarPrefetchable, field
Dvfio_pci.rs1503 let prefetchable = mem_bar.is_prefetchable(); in allocate_nonroot_barmem() localVariable