Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/pci/
HDpcireg.h221 #define PCI_BAR_MEM(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_MEM_SPACE)
223 #define PCIM_BAR_MEM_SPACE 0 macro
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_emul.c902 lobits = PCIM_BAR_MEM_SPACE | PCIM_BAR_MEM_64 | in pci_emul_assign_bar()
908 lobits = PCIM_BAR_MEM_SPACE | PCIM_BAR_MEM_64; in pci_emul_assign_bar()
915 lobits = PCIM_BAR_MEM_SPACE | PCIM_BAR_MEM_32; in pci_emul_assign_bar()