Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma.h241 #define UMA_ZONE_NOTOUCH 0x0008 /* UMA may not access the memory */ macro
287 (UMA_ZONE_NOTOUCH | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
/f-stack/freebsd/vm/
H A Duma.h241 #define UMA_ZONE_NOTOUCH 0x0008 /* UMA may not access the memory */ macro
287 (UMA_ZONE_NOTOUCH | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
H A Duma_core.c2106 (keg->uk_flags & (UMA_ZONE_NOTOUCH | UMA_ZONE_PCPU)) == 0, in keg_layout()
2146 if ((keg->uk_flags & (UMA_ZONE_NOTOUCH | UMA_ZONE_PCPU)) == 0) in keg_layout()
3090 if ((!(flags & (UMA_ZONE_ZINIT | UMA_ZONE_NOTOUCH | in uma_zcreate()
/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c248 uma_flags = UMA_ZONE_NOTOUCH; in busdma_init()