Home
last modified time | relevance | path

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

/hypervisor/dm/vpci/
A Dvmsi.c147 vdev->msi.caplen = ((val & (PCIM_MSICTRL_64BIT << 16U)) != 0U) ? 0xEU : 0xAU; in init_vmsi()
148 vdev->msi.is_64bit = ((val & (PCIM_MSICTRL_64BIT << 16U)) != 0U); in init_vmsi()
/hypervisor/include/hw/
A Dpci.h153 #define PCIM_MSICTRL_64BIT 0x80U macro

Completed in 7 milliseconds