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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dtime.c80 static inline __u32 rpcc(void) function
83 asm volatile ("rpcc %0" : "=r"(result));
111 now = rpcc();
256 cc = rpcc();
260 cc = rpcc() - cc;
284 return rpcc();
413 delta_cycles = rpcc() - state.last_time;
423 in sync and keep them there, we can't use the rpcc tricks. */
470 delta_usec = rpcc() - state.last_time;

Completed in 78 milliseconds