Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/mem/
H A Dskmem_region_var.h284 #define SKR_MODE_MONOLITHIC 0x20 /* monolithic region */ macro
H A Dskmem_region.c307 _CASSERT(SKR_MODE_MONOLITHIC == SREG_MODE_MONOLITHIC); in skmem_region_init()
766 skr->skr_mode |= SKR_MODE_MONOLITHIC; in skmem_region_create()
H A Dskmem_arena.c1097 SKR_MODE_KREADONLY | SKR_MODE_UREADONLY | SKR_MODE_MONOLITHIC | in skmem_arena_create_for_system()
1100 SKR_MODE_MONOLITHIC)); in skmem_arena_create_for_system()
/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus.c1801 if (!!(PP_BUF_REGION_DEF(pp)->skr_mode & SKR_MODE_MONOLITHIC) ^ in nx_check_pp()