Home
last modified time | relevance | path

Searched refs:RF_PREFETCHABLE (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/dev/pci/
H A Dpci_subr.c191 type, flags & RF_PREFETCHABLE ? "prefetchable ": "", start, in pcib_host_res_decodes()
195 if (flags & RF_PREFETCHABLE) { in pcib_host_res_decodes()
212 if (flags & RF_PREFETCHABLE) in pcib_host_res_alloc()
231 if (((flags & RF_PREFETCHABLE) != 0) != in pcib_host_res_alloc()
256 if (flags & RF_PREFETCHABLE) { in pcib_host_res_alloc()
257 flags &= ~RF_PREFETCHABLE; in pcib_host_res_alloc()
H A Dpci_pci.c165 if (rman_get_flags(r) & RF_PREFETCHABLE && in pcib_get_resource_window()
570 RF_PREFETCHABLE, max); in pcib_probe_windows()
2308 if (flags & RF_PREFETCHABLE) { in pcib_alloc_resource()
2318 if (flags & RF_PREFETCHABLE) { in pcib_alloc_resource()
2328 flags & ~RF_PREFETCHABLE) == 0) in pcib_alloc_resource()
2525 if (flags & RF_PREFETCHABLE) { in pcib_alloc_resource()
H A Dpci_host_generic.c294 if (sc->has_pmem && (flags & RF_PREFETCHABLE) != 0) in generic_pcie_rman()
H A Dpci.c3365 flags |= RF_PREFETCHABLE; in pci_add_map()
3958 flags = RF_PREFETCHABLE; in pci_add_resources_ea()
5491 flags |= RF_PREFETCHABLE; in pci_reserve_map()
/freebsd-13.1/sys/sys/
H A Drman.h50 #define RF_PREFETCHABLE 0x0040 /* resource is prefetchable */ macro
/freebsd-13.1/sys/dev/ofw/
H A Dofwpci.c706 if (sc->sc_have_pmem && (flags & RF_PREFETCHABLE)) in ofw_pci_get_rman()
/freebsd-13.1/stand/kshim/
H A Dbsd_kernel.h631 #define RF_PREFETCHABLE 0x0040 /* resource is prefetchable */ macro
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_pcib_acpi.c243 flags |= RF_PREFETCHABLE; in acpi_pcib_producer_handler()
/freebsd-13.1/sys/x86/x86/
H A Dmptable.c1171 flags = RF_PREFETCHABLE; in mptable_host_res_handler()
/freebsd-13.1/sys/kern/
H A Dsubr_rman.c435 #define SHARE_TYPE(f) (f & (RF_SHAREABLE | RF_PREFETCHABLE))
/freebsd-13.1/sys/dev/pccbb/
H A Dpccbb.c1124 if (rman_get_flags(rle->res) & RF_PREFETCHABLE) in cbb_cardbus_auto_open()