Home
last modified time | relevance | path

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

/freebsd-13.1/sys/mips/include/
H A Dcpufunc.h380 #define readq(a) (*(volatile uint64_t *)(a)) macro
/freebsd-13.1/sys/netgraph/
H A Dng_device.c117 struct ifqueue readq; member
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dio.h208 readq(const volatile void *addr) in readq() function
217 #define readq(addr) readq(addr) macro
/freebsd-13.1/sys/amd64/include/
H A Dcpufunc.h53 #define readq(va) (*(volatile uint64_t *) (va)) macro