Searched refs:SKMEM_REGION_CR_PERSISTENT (Results 1 – 4 of 4) sorted by relevance
404 ASSERT((kmd_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT) == 0); in pp_regions_params_adjust()406 kmd_srp->srp_cflags |= SKMEM_REGION_CR_PERSISTENT; in pp_regions_params_adjust()422 ASSERT((srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT) == 0); in pp_regions_params_adjust()424 srp->srp_cflags |= SKMEM_REGION_CR_PERSISTENT; in pp_regions_params_adjust()442 ASSERT((buf_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT) == 0); in pp_regions_params_adjust()444 buf_srp->srp_cflags |= SKMEM_REGION_CR_PERSISTENT; in pp_regions_params_adjust()1151 ASSERT((umd_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT) == in pp_create()1152 (kmd_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT)); in pp_create()1271 ASSERT((kmd_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT) == in pp_create()1272 (kbft_srp->srp_cflags & SKMEM_REGION_CR_PERSISTENT)); in pp_create()
313 #define SKMEM_REGION_CR_PERSISTENT 0x10 /* memory stays non-volatile */ macro
254 SKMEM_REGION_CR_NOMAGAZINES | SKMEM_REGION_CR_PERSISTENT |
763 SKMEM_REGION_CR_PERSISTENT | SKMEM_REGION_CR_SHAREOK | in skmem_region_create()781 if (cflags & SKMEM_REGION_CR_PERSISTENT) { in skmem_region_create()