Home
last modified time | relevance | path

Searched refs:PCI_MSI_FLAGS_64BIT (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/pci/
Dvfio_pci.rs104 const PCI_MSI_FLAGS_64BIT: u16 = 0x0080; // 64-bit addresses allowed constant
140 is_64bit: (msi_ctl & PCI_MSI_FLAGS_64BIT) != 0, in new()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h310 #define PCI_MSI_FLAGS_64BIT 0x0080 /* 64-bit addresses allowed */ macro