Home
last modified time | relevance | path

Searched defs:readq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dio-64-nonatomic-lo-hi.h58 #define readq(addr) lo_hi_readq(addr) macro
H A Dio.h210 readq(const volatile void *addr) in readq() function
219 #define readq(addr) readq(addr) macro
/freebsd/sys/netgraph/
H A Dng_device.c115 struct ifqueue readq; member
/freebsd/sys/amd64/include/
H A Dcpufunc.h51 #define readq(va) (*(volatile uint64_t *) (va)) macro