Home
last modified time | relevance | path

Searched refs:c_valid (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/arm/
H A Dcpuid.c459 cpuid_cache_info_p->c_valid = true; in do_cacheid()
461 os_atomic_store(&cpuid_cache_info_p->c_valid, true, release); in do_cacheid()
462 thread_wakeup((event_t)&cpuid_cache_info_p->c_valid); in do_cacheid()
498 while (!os_atomic_load(&ret->c_valid, acquire)) { in cache_info_type()
499 assert_wait((event_t)&ret->c_valid, THREAD_UNINT); in cache_info_type()
500 if (os_atomic_load(&ret->c_valid, relaxed)) { in cache_info_type()
H A Dcpuid.h261 boolean_t c_valid; /* has this cache info been populated? */ member