Home
last modified time | relevance | path

Searched refs:writeq (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dio-64-nonatomic-lo-hi.h61 #ifndef writeq
62 #define writeq(v, addr) lo_hi_writeq(v, addr) macro
H A Dio.h208 #undef writeq
223 writeq(uint64_t v, volatile void *addr) in writeq() function
229 #define writeq(v, addr) writeq(v, addr) macro
H A Diosys-map.h113 #define _iosys_map_writeq(_val, _addr) writeq(_val, _addr)
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h663 writeq(key, db); in bnxt_qplib_write_db()
671 writeq(key, db); in __replay_writeq()
/freebsd/sys/amd64/include/
H A Dcpufunc.h56 #define writeq(va, d) (*(volatile uint64_t *) (va) = (d)) macro
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h474 writeq(*src, dst); in pio_copy()
/freebsd/sys/dev/mana/
H A Dgdma_main.c462 writeq(addr, e.as_uint64); in mana_gd_ring_doorbell()