Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus.c1374 struct skmem_region_params *bsrp; in nxprov_create_common() local
1421 bsrp = &nxprov->nxprov_region_params[SKMEM_REGION_BUF]; in nxprov_create_common()
1433 bsrp->srp_cflags |= SKMEM_REGION_CR_MONOLITHIC; in nxprov_create_common()
1435 bsrp->srp_cflags &= ~SKMEM_REGION_CR_MONOLITHIC; in nxprov_create_common()
1439 bsrp->srp_cflags |= SKMEM_REGION_CR_NOCACHE; in nxprov_create_common()
1441 bsrp->srp_cflags &= ~SKMEM_REGION_CR_NOCACHE; in nxprov_create_common()
1445 skmem_region_params_config(bsrp); in nxprov_create_common()