Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsimple_lock.h231 (typeof(cur))hw_wait_while_equals64(__DEVOLATILE(uint64_t *, ptr), (uint64_t)(cur)); \
236 (typeof(cur))hw_wait_while_equals32(__DEVOLATILE(uint32_t *, ptr), (uint32_t)(cur)); \
/xnu-8020.101.4/bsd/sys/
H A Dcdefs.h458 #ifndef __DEVOLATILE
459 #define __DEVOLATILE(type, var) __CAST_AWAY_QUALIFIER(var, volatile, type) macro
/xnu-8020.101.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_mit.c541 kr = __DEVOLATILE(struct __kern_channel_ring *, mit->mit_ckr); in nx_netif_mit_s_thread_cont()
631 kr = __DEVOLATILE(struct __kern_channel_ring *, mit->mit_ckr); in nx_netif_mit_thread_cont()