Home
last modified time | relevance | path

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

/xnu-10002.41.9/libkdd/
H A Dkcdata.h589kSharedCacheSystemPrimary = 0x1, /* primary shared cache on the system; attached tasks will have k… enumerator
/xnu-10002.41.9/osfmk/kern/
H A Dkcdata.h589kSharedCacheSystemPrimary = 0x1, /* primary shared cache on the system; attached tasks will have k… enumerator
H A Dkern_stackshot.c3052 …uint32_t sharedCacheFlags = ((sr == primary_system_shared_region) ? kSharedCacheSystemPrimary : 0)… in kdp_stackshot_shared_regions()