Home
last modified time | relevance | path

Searched refs:RF_ALLOCATED (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_rman.c237 if (r->r_flags & RF_ALLOCATED) { in rman_fini()
268 if (!(r->r_flags & RF_ALLOCATED)) { in rman_first_free_region()
286 if (!(r->r_flags & RF_ALLOCATED)) { in rman_last_free_region()
342 if (start < r->r_start && (s == NULL || (s->r_flags & RF_ALLOCATED) || in rman_adjust_resource()
347 if (end > r->r_end && (t == NULL || (t->r_flags & RF_ALLOCATED) || in rman_adjust_resource()
360 (start > r->r_start && s != NULL && !(s->r_flags & RF_ALLOCATED))) { in rman_adjust_resource()
370 (end < r->r_end && t != NULL && !(t->r_flags & RF_ALLOCATED))) { in rman_adjust_resource()
394 if (s != NULL && !(s->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()
409 if (t != NULL && !(t->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()
438 new_rflags = (flags & ~RF_FIRSTSHARE) | RF_ALLOCATED; in rman_reserve_resource()
[all …]
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c452 KASSERT(!(flags &~ (RF_ACTIVE|RF_ALLOCATED)), ("unsupported flags")); in chipc_retain_region()
457 if (flags & RF_ALLOCATED) { in chipc_retain_region()
545 if (flags & RF_ALLOCATED) { in chipc_release_region()
H A Dchipc.c189 RF_ALLOCATED|RF_ACTIVE); in chipc_attach()
228 RF_ALLOCATED|RF_ACTIVE); in chipc_attach()
250 chipc_release_region(sc, sc->core_region, RF_ALLOCATED|RF_ACTIVE); in chipc_detach()
849 if ((error = chipc_retain_region(sc, cr, RF_ALLOCATED))) in chipc_alloc_resource()
856 chipc_release_region(sc, cr, RF_ALLOCATED); in chipc_alloc_resource()
903 chipc_release_region(sc, cr, RF_ALLOCATED); in chipc_release_resource()
/freebsd/sys/sys/
H A Drman.h43 #define RF_ALLOCATED 0x0001 /* resource has been reserved */ macro
/freebsd/stand/kshim/
H A Dbsd_kernel.h638 #define RF_ALLOCATED 0x0001 /* resource has been reserved */ macro
/freebsd/sys/x86/iommu/
H A Damd_drv.c497 RF_ALLOCATED | RF_ACTIVE | RF_SHAREABLE); in amdiommu_attach()
/freebsd/sys/arm/nvidia/
H A Dtegra_pcie.c1486 RF_ALLOCATED); in tegra_pcib_attach()