Searched refs:cpu_counter32 (Results 1 – 15 of 15) sorted by relevance
193 rcc = cpu_counter32() - curcpu()->ci_cc.cc_delta; in cc_get_timecount()198 return cpu_counter32(); in cc_get_timecount()208 t0 = cpu_counter32(); in cc_get_delta()219 t1 = cpu_counter32(); in cc_get_delta()285 cc_primary = cpu_counter32(); in cc_primary_cc()
296 return cpu_counter32(); in entropy_timer()
57 #define cpu_counter() cpu_counter32()59 uint32_t cpu_counter32(void); /* weak alias of mips3_cp0_count_read */62 #define cpu_counter32() (0) macro
49 #define cpu_counter() cpu_counter32()52 cpu_counter32(void) in cpu_counter32() function
48 #define cpu_counter() cpu_counter32()51 cpu_counter32(void) in cpu_counter32() function
50 #define cpu_counter() cpu_counter32()54 cpu_counter32(void) in cpu_counter32() function
71 uint32_t (*cpu_counter32)(void) = cpu_counter32_cpuid; variable203 cpu_counter32 = cpu_counter32_##fence; \ in tsc_setfunc()458 return cpu_counter32(); in tsc_get_timecount()
53 #define SYSCALL_TIME() (cpu_counter32())55 #define SYSCALL_TIME() (cpu_hascounter() ? cpu_counter32() : 0u)
230 pcc_start = cpu_counter32(); in mcclock_set_pcc_freq()235 pcc_end = cpu_counter32(); in mcclock_set_pcc_freq()
39 #define cpu_counter32() 0 macro
53 cpu_counter32(void) in cpu_counter32() function
56 cpu_counter32(void) in cpu_counter32() function
42 extern uint32_t (*cpu_counter32)(void);
55 cpu_counter32(void) in cpu_counter32() function
542 WEAK_ALIAS(cpu_counter32, mips3_cp0_count_read)