Home
last modified time | relevance | path

Searched refs:RMAN_IS_DEFAULT_RANGE (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/x86/isa/
H A Disa.c96 int isdefault = RMAN_IS_DEFAULT_RANGE(start, end); in isa_alloc_resource()
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_common.c187 RMAN_IS_DEFAULT_RANGE(start, end)) { in thunder_pcie_alloc_resource()
H A Dthunder_pcie_pem.c651 if (!RMAN_IS_DEFAULT_RANGE(start, end)) { in thunder_pem_alloc_resource()
/f-stack/freebsd/sys/
H A Drman.h69 #define RMAN_IS_DEFAULT_RANGE(s,e) ((s) == 0 && (e) == RM_MAX_END) macro
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3_fdt.c245 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in gic_v3_ofw_bus_alloc_res()
H A Dgic_v3_acpi.c428 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in gic_v3_acpi_bus_alloc_res()
H A Dnexus.c233 if (RMAN_IS_DEFAULT_RANGE(start, end) && (count == 1)) { in nexus_alloc_resource()
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c186 isdefault = RMAN_IS_DEFAULT_RANGE(start, end); in xlp_simplebus_alloc_resource()
/f-stack/freebsd/arm/mv/
H A Dmv_pci_ctrl.c251 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in mv_pcib_ctrl_alloc_resource()
H A Dmv_localbus.c342 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in localbus_alloc_resource()
H A Dmv_pci.c909 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in mv_pcib_alloc_resource()
/f-stack/freebsd/mips/atheros/
H A Dapb.c175 isdefault = (RMAN_IS_DEFAULT_RANGE(start, end)); in apb_alloc_resource()
/f-stack/freebsd/mips/mips/
H A Dnexus.c293 isdefault = (RMAN_IS_DEFAULT_RANGE(start, end) && count == 1); in nexus_alloc_resource()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c279 isdefault = (RMAN_IS_DEFAULT_RANGE(start, end)); in apb_alloc_resource()
/f-stack/freebsd/x86/x86/
H A Dnexus.c390 if (RMAN_IS_DEFAULT_RANGE(start, end) && (count == 1)) { in nexus_alloc_resource()
/f-stack/freebsd/arm/arm/
H A Dgic.c448 if (RMAN_IS_DEFAULT_RANGE(start, end)) { in arm_gic_alloc_resource()
/f-stack/freebsd/kern/
H A Dsubr_bus.c3414 int isdefault = RMAN_IS_DEFAULT_RANGE(start, end); in resource_list_alloc()