Searched refs:__DEVOLATILE (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_snapshot.c | 67 nv_data = __DEVOLATILE(void *, data); in vm_snapshot_buf()
|
| /f-stack/freebsd/sys/ |
| H A D | cdefs.h | 631 #ifndef __DEVOLATILE 632 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var)) macro
|
| H A D | rwlock.h | 261 _rw_destroy, __DEVOLATILE(void *, &(rw)->rw_lock))
|
| H A D | mutex.h | 535 _mtx_destroy, __DEVOLATILE(void *, &(mtx)->mtx_lock))
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 243 _sema_destroy, __DEVOLATILE(void *, &(name)))
|
| /f-stack/freebsd/netinet6/ |
| H A D | frag6.c | 167 CTLFLAG_RD, __DEVOLATILE(u_int *, &frag6_nfrags), 0, 206 __DEVOLATILE(u_int *, &VNET_NAME(frag6_nfragpackets)), 0,
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_reass.c | 145 __DEVOLATILE(u_int *, &nfrags), 0,
|
| /f-stack/freebsd/kern/ |
| H A D | kern_fail.c | 95 #define FP_PAUSE_CHANNEL(fp) __DEVOLATILE(void*, &fp->fp_setting)
|
| H A D | vfs_aio.c | 869 __DEVOLATILE(uintptr_t, cb->aio_buf), cb->aio_nbytes); in aio_process_mlock() 1424 error = copyinuio(__DEVOLATILE(struct iovec*, kcb->aio_iov), in aiocb_copyin()
|
| H A D | kern_proc.c | 3365 CTLFLAG_MPSAFE, __DEVOLATILE(int *, &ap_resume), 0,
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/ |
| H A D | hc.c | 661 …memcpy(__DEVOLATILE(uint32_t *, &p_HcFrame->hcSpecificData.clsPlanEntries), &p_Set->vectors[idx], … in FmHcPcdKgSetClsPlan()
|
| /f-stack/freebsd/net/ |
| H A D | iflib.c | 3693 items = __DEVOLATILE(struct mbuf **, &r->items[0]); in _ring_peek_one() 3702 return (__DEVOLATILE(struct mbuf **, &r->items[(cidx + offset) & (size-1)])); in _ring_peek_one() 6790 __DEVOLATILE(uint64_t *, &txq->ift_br->state), 0, in iflib_add_device_sysctl_post()
|