Searched refs:__DEVOLATILE (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_classifier.c | 231 src = (uint32_t *)(void *)(__DEVOLATILE(char *, iph) + in flow_pkt_classify() 275 src = (uint64_t *)(void *)(__DEVOLATILE(char *, ip6) + in flow_pkt_classify() 283 src = (uint32_t *)(void *)(__DEVOLATILE(char *, ip6) + in flow_pkt_classify()
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | simple_lock.h | 237 (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-12377.1.9/bsd/sys/ |
| H A D | cdefs.h | 490 #ifndef __DEVOLATILE 491 #define __DEVOLATILE(type, var) __CAST_AWAY_QUALIFIER(var, volatile, type) macro
|
| /xnu-12377.1.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 543 kr = __DEVOLATILE(struct __kern_channel_ring *, mit->mit_ckr); in nx_netif_mit_s_thread_cont() 650 kr = __DEVOLATILE(struct __kern_channel_ring *, mit->mit_ckr); in nx_netif_mit_thread_cont()
|
| /xnu-12377.1.9/osfmk/arm/ |
| H A D | cpu_common.c | 870 hw_wait_while_equals32(__DEVOLATILE(uint32_t*, &cpu_data_ptr->cpu_signal), SIGPdisabled); in ml_wait_for_cpu_signal_to_enable()
|