Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_sys.h42 #define readq(c) \ macro
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_compat.h26 #define readq(addr) opae_readq(addr) macro
/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_dev.h23 static inline uint64_t readq(void __iomem *reg) in readq() function
/f-stack/freebsd/mips/include/
H A Dcpufunc.h380 #define readq(a) (*(volatile uint64_t *)(a)) macro
/f-stack/freebsd/netgraph/
H A Dng_device.c94 struct ifqueue readq; member
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_osdep.h99 readq(volatile void *addr) in readq() function
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_osdep.h107 readq(volatile void *addr) in readq() function
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h53 #define readq(va) (*(volatile uint64_t *) (va)) macro