Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm_snapshot.c67 nv_data = __DEVOLATILE(void *, data); in vm_snapshot_buf()
/f-stack/freebsd/sys/
H A Dcdefs.h631 #ifndef __DEVOLATILE
632 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var)) macro
H A Drwlock.h261 _rw_destroy, __DEVOLATILE(void *, &(rw)->rw_lock))
H A Dmutex.h535 _mtx_destroy, __DEVOLATILE(void *, &(mtx)->mtx_lock))
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h243 _sema_destroy, __DEVOLATILE(void *, &(name)))
/f-stack/freebsd/netinet6/
H A Dfrag6.c167 CTLFLAG_RD, __DEVOLATILE(u_int *, &frag6_nfrags), 0,
206 __DEVOLATILE(u_int *, &VNET_NAME(frag6_nfragpackets)), 0,
/f-stack/freebsd/netinet/
H A Dip_reass.c145 __DEVOLATILE(u_int *, &nfrags), 0,
/f-stack/freebsd/kern/
H A Dkern_fail.c95 #define FP_PAUSE_CHANNEL(fp) __DEVOLATILE(void*, &fp->fp_setting)
H A Dvfs_aio.c869 __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 Dkern_proc.c3365 CTLFLAG_MPSAFE, __DEVOLATILE(int *, &ap_resume), 0,
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c661 …memcpy(__DEVOLATILE(uint32_t *, &p_HcFrame->hcSpecificData.clsPlanEntries), &p_Set->vectors[idx], … in FmHcPcdKgSetClsPlan()
/f-stack/freebsd/net/
H A Diflib.c3693 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()