Home
last modified time | relevance | path

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

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