Searched refs:RF_UNMAPPED (Results 1 – 18 of 18) sorted by relevance
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_io.c | 97 { SYS_RES_MEMORY, MEM_RID(0), RF_ACTIVE | RF_UNMAPPED }, 98 { SYS_RES_MEMORY, MEM_RID(1), RF_ACTIVE | RF_UNMAPPED }, 99 { SYS_RES_MEMORY, MEM_RID(2), RF_ACTIVE | RF_UNMAPPED | RF_OPTIONAL },
|
H A D | dpaa2_mcp.c | 58 { SYS_RES_MEMORY, 0, RF_ACTIVE | RF_UNMAPPED },
|
H A D | dpaa2_mc.c | 111 { SYS_RES_MEMORY, 0, RF_ACTIVE | RF_UNMAPPED }, 112 { SYS_RES_MEMORY, 1, RF_ACTIVE | RF_UNMAPPED | RF_OPTIONAL },
|
/freebsd/sys/sys/ |
H A D | rman.h | 50 #define RF_UNMAPPED 0x0100 /* don't map resource when activating */ macro
|
/freebsd/sys/dev/xen/bus/ |
H A D | xenpv.c | 150 const unsigned int flags = RF_ACTIVE | RF_UNMAPPED | in xenpv_alloc_physmem()
|
/freebsd/sys/arm64/qoriq/ |
H A D | qoriq_dw_pci.c | 203 RF_ACTIVE | RF_UNMAPPED); in qorif_dw_pci_attach()
|
/freebsd/sys/dev/pci/ |
H A D | pci_host_generic.c | 57 #define PCI_RF_FLAGS RF_UNMAPPED 219 SYS_RES_MEMORY, &rid, RF_ACTIVE | RF_UNMAPPED | flags); in pci_host_generic_core_attach()
|
H A D | pci_dw_mv.c | 235 RF_ACTIVE | RF_UNMAPPED); in pci_mv_attach()
|
H A D | pci_pci.c | 377 &rid, start, end, end - start + 1, RF_ACTIVE | RF_UNMAPPED); in alloc_ranges() 450 w->limit - w->base + 1, flags | RF_ACTIVE | RF_UNMAPPED); in pcib_alloc_window() 1745 flags | RF_ACTIVE | RF_UNMAPPED); in pcib_alloc_new_window() 2206 if ((rman_get_flags(r) & RF_UNMAPPED) == 0 && in pcib_activate_resource() 2234 if ((rman_get_flags(r) & RF_UNMAPPED) == 0 && in pcib_deactivate_resource()
|
H A D | pci_iov.c | 1116 if ((rman_get_flags(r) & RF_UNMAPPED) == 0) { in pci_vf_activate_mem_resource() 1147 if ((rman_get_flags(r) & RF_UNMAPPED) == 0) { in pci_vf_deactivate_mem_resource()
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_epit.c | 368 memres = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, RF_UNMAPPED); in epit_probe()
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | 340 if ((rman_get_flags(r) & RF_UNMAPPED) == 0) { in nexus_activate_resource_flags()
|
H A D | cmn600.c | 64 { SYS_RES_MEMORY, 1, RF_ACTIVE | RF_UNMAPPED | RF_OPTIONAL },
|
/freebsd/sys/arm64/cavium/ |
H A D | thunder_pcie_pem.c | 784 &rid, RF_ACTIVE | RF_UNMAPPED); in thunder_pem_attach()
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk_pcie.c | 1195 RF_ACTIVE | RF_UNMAPPED); in rk_pcie_attach()
|
/freebsd/sys/kern/ |
H A D | subr_bus.c | 4431 if ((rman_get_flags(r) & RF_UNMAPPED) == 0) { in bus_generic_rman_activate_resource() 4480 if ((rman_get_flags(r) & RF_UNMAPPED) == 0) { in bus_generic_rman_deactivate_resource()
|
H A D | bus_if.m | 316 * unless RF_UNMAPPED was set when allocating the resource.
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 1374 RF_ACTIVE | RF_UNMAPPED); in acpi_sysres_alloc()
|