Home
last modified time | relevance | path

Searched defs:writable_bits (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpci_configuration.rs332 fn writable_bits(&self) -> Vec<u32>; in writable_bits() method
377 writable_bits: [u32; NUM_CONFIGURATION_REGISTERS], // writable bits for each register. field
397 writable_bits: [u32; NUM_CONFIGURATION_REGISTERS], field
491 let mut writable_bits = [0u32; NUM_CONFIGURATION_REGISTERS]; in new() localVariable
1122 fn writable_bits(&self) -> Vec<u32> { in writable_bits() method
H A Dpm.rs56 fn writable_bits(&self) -> Vec<u32> { in writable_bits() method
H A Dmsi.rs356 fn writable_bits(&self) -> Vec<u32> { in writable_bits() method
H A Dmsix.rs795 fn writable_bits(&self) -> Vec<u32> { in writable_bits() method
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dvirtio_pci_device.rs135 fn writable_bits(&self) -> Vec<u32> { in writable_bits() method
177 fn writable_bits(&self) -> Vec<u32> { in writable_bits() method
224 fn writable_bits(&self) -> Vec<u32> { in writable_bits() method
/aosp_15_r20/external/crosvm/devices/src/pci/pcie/
H A Dpcie_device.rs92 fn writable_bits(&self) -> Vec<u32> { in writable_bits() method