Searched refs:SKMEM_REGION_CR_PERSISTENT (Results 1 – 4 of 4) sorted by relevance
385 ASSERT((kmd_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT) == 0); in pp_regions_params_adjust()387 kmd_srp->srp_cflags |= SKMEM_REGION_CR_PERSISTENT; in pp_regions_params_adjust()403 ASSERT((srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT) == 0); in pp_regions_params_adjust()405 srp->srp_cflags |= SKMEM_REGION_CR_PERSISTENT; in pp_regions_params_adjust()423 ASSERT((buf_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT) == 0); in pp_regions_params_adjust()425 buf_srp->srp_cflags |= SKMEM_REGION_CR_PERSISTENT; in pp_regions_params_adjust()1107 ASSERT((umd_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT) == in pp_create()1108 (kmd_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT)); in pp_create()1241 ASSERT((kmd_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT) == in pp_create()1242 (kbft_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT)); in pp_create()
310 #define SKMEM_REGION_CR_PERSISTENT 0x10 /* memory stays non-volatile */ macro
254 SKMEM_REGION_CR_NOMAGAZINES | SKMEM_REGION_CR_PERSISTENT |
745 SKMEM_REGION_CR_PERSISTENT | SKMEM_REGION_CR_SHAREOK | in skmem_region_create()763 if (cflags & SKMEM_REGION_CR_PERSISTENT) { in skmem_region_create()