Searched refs:cycles_t (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dtimex.h7 typedef unsigned long cycles_t; typedef
9 static inline cycles_t get_cycles(void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dtimex.h4 typedef unsigned long cycles_t; typedef
6 static inline cycles_t get_cycles (void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dtimex.h17 typedef unsigned long long cycles_t; typedef
19 static inline cycles_t get_cycles(void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dtimex.h11 typedef unsigned long cycles_t; typedef
14 static inline cycles_t get_cycles(void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dtimex.h30 typedef unsigned long cycles_t; typedef
32 static inline cycles_t get_cycles (void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dtimex.h17 typedef unsigned long cycles_t; typedef
19 static inline cycles_t get_cycles (void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dtimex.h22 typedef unsigned int cycles_t; typedef
24 static inline cycles_t get_cycles (void)
26 cycles_t ret;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dtimex.h28 typedef unsigned long long cycles_t; typedef
31 cycles_t get_cycles(void);
33 static inline cycles_t get_cycles(void)
39 cycles_t get_clock_rate(void);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dtimex.h34 typedef unsigned int cycles_t; typedef
36 static inline cycles_t get_cycles(void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dtimex.h13 typedef unsigned long cycles_t; typedef
15 static inline cycles_t get_cycles (void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dtimex.h9 typedef unsigned long cycles_t; typedef
11 static inline cycles_t get_cycles(void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dtimex.h14 typedef unsigned long long cycles_t; typedef
16 static inline cycles_t get_cycles(void)
20 return tmp | ((cycles_t)tmp2 << 32);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dtimex.h24 typedef unsigned long cycles_t; typedef
26 static inline cycles_t get_cycles(void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dtimex.h19 typedef unsigned long long cycles_t; typedef
21 static __inline__ cycles_t get_cycles (void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dtimex_32.h11 typedef unsigned long cycles_t; typedef
H A Dtimex_64.h14 typedef unsigned long cycles_t; typedef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dtimex.h22 extern cycles_t cacheflush_time;
26 static inline cycles_t get_cycles(void)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtsc.h15 typedef unsigned long long cycles_t; typedef
22 static inline cycles_t get_cycles(void)
35 static __always_inline cycles_t vget_cycles(void)
45 return (cycles_t)__native_read_tsc();
H A Diommu.h10 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtimex.h15 typedef unsigned long cycles_t; typedef
17 static inline cycles_t get_cycles(void)
22 cycles_t ret;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dtimex.h16 typedef unsigned long cycles_t; typedef
33 static inline cycles_t
36 cycles_t ret;
H A Diommu.h6 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dtimex.h54 typedef unsigned long long cycles_t; typedef
76 static inline cycles_t get_cycles(void)
78 return (cycles_t) get_clock() >> 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2303/include/unit/
H A Dtimex.h126 typedef unsigned long cycles_t; typedef
128 static inline cycles_t read_timestamp_counter(void)
130 return (cycles_t)TMTSCBC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2305/include/unit/
H A Dtimex.h126 typedef unsigned long cycles_t; typedef
128 static inline cycles_t read_timestamp_counter(void)
130 return (cycles_t) TMTSCBC;

Completed in 336 milliseconds

12