Searched refs:rpcc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dtime.c86 static inline __u32 rpcc(void) function
89 asm volatile ("rpcc %0" : "=r"(result));
115 now = rpcc();
266 cc = rpcc();
270 cc = rpcc() - cc;
290 return rpcc();
304 cc1 = rpcc();
410 delta_cycles = rpcc() - state.last_time;
419 in sync and keep them there, we can't use the rpcc tricks. */
471 delta_nsec = rpcc()
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dasm.h106 #define rpcc __builtin_alpha_rpcc macro
120 #define rpcc() ({ uint64_t __r; __asm__ volatile ("rpcc %0" : "=r" (__r)); __r; }) macro
171 #define rpcc() asm ("rpcc %v0") macro

Completed in 47 milliseconds