Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/fdt/
Dpci.rs167 let prefetchable = flags.prefetchable(); in parse_ranges() localVariable
206 pub fn prefetchable(self) -> bool { in prefetchable() method
/aosp_15_r20/external/crosvm/resources/src/
H A Dsystem_allocator.rs31 prefetchable: bool, field
57 pub fn prefetchable(&mut self, prefetchable: bool) -> &mut Self { in prefetchable() method
/aosp_15_r20/external/coreboot/tests/lib/
H A Dmemrange-test.c165 const unsigned long prefetchable = IORESOURCE_PREFETCH; in test_memrange_basic() local
/aosp_15_r20/external/crosvm/riscv64/src/
H A Dfdt.rs183 pub prefetchable: bool, field
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/transport/pci/
Dbus.rs286 let prefetchable = bar_orig & 0x00000008 != 0; in bar_info() localVariable
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dfdt.rs427 pub prefetchable: bool, field
/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpci_device.rs137 pub prefetchable: bool, field
H A Dpci_configuration.rs425 prefetchable: PciBarPrefetchable, field
H A Dvfio_pci.rs1505 let prefetchable = mem_bar.is_prefetchable(); in allocate_nonroot_barmem() localVariable