Home
last modified time | relevance | path

Searched refs:PCIM_BAR_MEM_PREFETCH (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/pci/
HDpcireg.h208 #define PCIM_BAR_MEM_PREFETCH 0x00000008 macro
HDpci.c489 if (mapreg & PCIM_BAR_MEM_PREFETCH) in pci_maptype()
2918 if (map & PCIM_BAR_MEM_PREFETCH) in pci_add_map()
4690 if (PCI_BAR_MEM(map) && (map & PCIM_BAR_MEM_PREFETCH)) in pci_reserve_map()
/NextBSD/usr.sbin/bhyve/
HDpci_emul.c621 PCIM_BAR_MEM_PREFETCH; in pci_emul_alloc_pbar()
1844 PCIM_BAR_MEM_PREFETCH; in pci_cfgrw()
/NextBSD/usr.sbin/pciconf/
HDpciconf.c495 if (bar.pbi_base & PCIM_BAR_MEM_PREFETCH) in print_bar()