Home
last modified time | relevance | path

Searched refs:cpu_counter32 (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/kern/
Dkern_cctr.c193 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()
Dkern_entropy.c296 return cpu_counter32(); in entropy_timer()
/netbsd/src/sys/arch/mips/include/
Dcpu_counter.h57 #define cpu_counter() cpu_counter32()
59 uint32_t cpu_counter32(void); /* weak alias of mips3_cp0_count_read */
62 #define cpu_counter32() (0) macro
/netbsd/src/sys/arch/alpha/include/
Dcpu_counter.h49 #define cpu_counter() cpu_counter32()
52 cpu_counter32(void) in cpu_counter32() function
/netbsd/src/sys/arch/powerpc/include/
Dcpu_counter.h48 #define cpu_counter() cpu_counter32()
51 cpu_counter32(void) in cpu_counter32() function
/netbsd/src/sys/arch/arm/include/
Dcpu_counter.h50 #define cpu_counter() cpu_counter32()
54 cpu_counter32(void) in cpu_counter32() function
/netbsd/src/sys/arch/x86/x86/
Dtsc.c71 uint32_t (*cpu_counter32)(void) = cpu_counter32_cpuid; variable
203 cpu_counter32 = cpu_counter32_##fence; \ in tsc_setfunc()
458 return cpu_counter32(); in tsc_get_timecount()
/netbsd/src/sys/sys/
Dsyscall_stats.h53 #define SYSCALL_TIME() (cpu_counter32())
55 #define SYSCALL_TIME() (cpu_hascounter() ? cpu_counter32() : 0u)
/netbsd/src/sys/arch/alpha/alpha/
Dmcclock.c230 pcc_start = cpu_counter32(); in mcclock_set_pcc_freq()
235 pcc_end = cpu_counter32(); in mcclock_set_pcc_freq()
/netbsd/src/sys/rump/include/machine/
Dcpu_counter.h39 #define cpu_counter32() 0 macro
/netbsd/src/sys/arch/sparc64/include/
Dcpu_counter.h53 cpu_counter32(void) in cpu_counter32() function
/netbsd/src/sys/arch/ia64/include/
Dcpu_counter.h56 cpu_counter32(void) in cpu_counter32() function
/netbsd/src/sys/arch/x86/include/
Dcpu_counter.h42 extern uint32_t (*cpu_counter32)(void);
/netbsd/src/sys/arch/aarch64/include/
Dcpu_counter.h55 cpu_counter32(void) in cpu_counter32() function
/netbsd/src/sys/arch/mips/mips/
Dlocore_mips3.S542 WEAK_ALIAS(cpu_counter32, mips3_cp0_count_read)