Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dsimple_lock.h237 (typeof(cur))hw_wait_while_equals64(__DEVOLATILE(uint64_t *, ptr), (uint64_t)(cur)); \
242 (typeof(cur))hw_wait_while_equals32(__DEVOLATILE(uint32_t *, ptr), (uint32_t)(cur)); \
/xnu-10002.41.9/bsd/sys/
H A Dcdefs.h465 #ifndef __DEVOLATILE
466 #define __DEVOLATILE(type, var) __CAST_AWAY_QUALIFIER(var, volatile, type) macro
/xnu-10002.41.9/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()
648 kr = __DEVOLATILE(struct __kern_channel_ring *, mit->mit_ckr); in nx_netif_mit_thread_cont()