Searched refs:RMAN_IS_DEFAULT_RANGE (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/x86/isa/ |
| H A D | isa.c | 96 int isdefault = RMAN_IS_DEFAULT_RANGE(start, end); in isa_alloc_resource()
|
| /f-stack/freebsd/arm64/cavium/ |
| H A D | thunder_pcie_common.c | 187 RMAN_IS_DEFAULT_RANGE(start, end)) { in thunder_pcie_alloc_resource()
|
| H A D | thunder_pcie_pem.c | 651 if (!RMAN_IS_DEFAULT_RANGE(start, end)) { in thunder_pem_alloc_resource()
|
| /f-stack/freebsd/sys/ |
| H A D | rman.h | 69 #define RMAN_IS_DEFAULT_RANGE(s,e) ((s) == 0 && (e) == RM_MAX_END) macro
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gic_v3_fdt.c | 245 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in gic_v3_ofw_bus_alloc_res()
|
| H A D | gic_v3_acpi.c | 428 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in gic_v3_acpi_bus_alloc_res()
|
| H A D | nexus.c | 233 if (RMAN_IS_DEFAULT_RANGE(start, end) && (count == 1)) { in nexus_alloc_resource()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_simplebus.c | 186 isdefault = RMAN_IS_DEFAULT_RANGE(start, end); in xlp_simplebus_alloc_resource()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_pci_ctrl.c | 251 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in mv_pcib_ctrl_alloc_resource()
|
| H A D | mv_localbus.c | 342 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in localbus_alloc_resource()
|
| H A D | mv_pci.c | 909 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in mv_pcib_alloc_resource()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | apb.c | 175 isdefault = (RMAN_IS_DEFAULT_RANGE(start, end)); in apb_alloc_resource()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 293 isdefault = (RMAN_IS_DEFAULT_RANGE(start, end) && count == 1); in nexus_alloc_resource()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | apb.c | 279 isdefault = (RMAN_IS_DEFAULT_RANGE(start, end)); in apb_alloc_resource()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | nexus.c | 390 if (RMAN_IS_DEFAULT_RANGE(start, end) && (count == 1)) { in nexus_alloc_resource()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | gic.c | 448 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in arm_gic_alloc_resource()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 3414 int isdefault = RMAN_IS_DEFAULT_RANGE(start, end); in resource_list_alloc()
|