Home
last modified time | relevance | path

Searched refs:_readq (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-sparc64/
Dio.h134 static __inline__ u64 _readq(unsigned long addr) in _readq() function
176 #define readq(__addr) (_readq((unsigned long)(__addr)))
/linux-2.4.37.9/arch/alpha/kernel/
Dmachvec_impl.h86 mv_readq: CAT(low,_readq), \
/linux-2.4.37.9/include/asm-alpha/
Dio.h230 extern u64 _readq(unsigned long addr);
408 # define readq(a) _readq((unsigned long)(a))
/linux-2.4.37.9/arch/alpha/lib/
Dio.c84 u64 _readq(unsigned long addr) in _readq() function