Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pci/
H A Dpci_subr.c189 type, flags & RF_PREFETCHABLE ? "prefetchable ": "", start, in pcib_host_res_decodes()
193 if (flags & RF_PREFETCHABLE) { in pcib_host_res_decodes()
210 if (flags & RF_PREFETCHABLE) in pcib_host_res_alloc()
229 if (((flags & RF_PREFETCHABLE) != 0) != in pcib_host_res_alloc()
254 if (flags & RF_PREFETCHABLE) { in pcib_host_res_alloc()
255 flags &= ~RF_PREFETCHABLE; in pcib_host_res_alloc()
H A Dpci_pci.c168 if (rman_get_flags(r) & RF_PREFETCHABLE && in pcib_get_resource_window()
573 RF_PREFETCHABLE, max); in pcib_probe_windows()
2330 if (flags & RF_PREFETCHABLE) { in pcib_alloc_resource()
2340 if (flags & RF_PREFETCHABLE) { in pcib_alloc_resource()
2350 flags & ~RF_PREFETCHABLE) == 0) in pcib_alloc_resource()
2547 if (flags & RF_PREFETCHABLE) { in pcib_alloc_resource()
H A Dpci_host_generic.c359 if (sc->has_pmem && (flags & RF_PREFETCHABLE) != 0) in generic_pcie_rman()
H A Dpci.c3360 flags |= RF_PREFETCHABLE; in pci_add_map()
3953 flags = RF_PREFETCHABLE; in pci_add_resources_ea()
5495 flags |= RF_PREFETCHABLE; in pci_reserve_map()
/freebsd-14.2/sys/sys/
H A Drman.h48 #define RF_PREFETCHABLE 0x0040 /* resource is prefetchable */ macro
/freebsd-14.2/sys/dev/ofw/
H A Dofw_pcib.c721 if (sc->sc_have_pmem && (flags & RF_PREFETCHABLE)) in ofw_pcib_get_rman()
/freebsd-14.2/sys/dev/acpica/
H A Dacpi_pcib_acpi.c239 flags |= RF_PREFETCHABLE; in acpi_pcib_producer_handler()
/freebsd-14.2/stand/kshim/
H A Dbsd_kernel.h641 #define RF_PREFETCHABLE 0x0040 /* resource is prefetchable */ macro
/freebsd-14.2/sys/x86/x86/
H A Dmptable.c1220 flags = RF_PREFETCHABLE; in mptable_host_res_handler()
/freebsd-14.2/sys/kern/
H A Dsubr_rman.c429 #define SHARE_TYPE(f) (f & (RF_SHAREABLE | RF_PREFETCHABLE))
/freebsd-14.2/sys/dev/pccbb/
H A Dpccbb.c1120 if (rman_get_flags(rle->res) & RF_PREFETCHABLE) in cbb_cardbus_auto_open()