Searched defs:cpu_counter (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/rump/include/machine/
H A Dcpu_counter.h38 #define cpu_counter() 0 macro
/netbsd-current/sys/arch/ia64/include/
H A Dcpu_counter.h50 cpu_counter(void) function
/netbsd-current/sys/arch/arm/include/
H A Dcpu_counter.h50 #define cpu_counter() cpu_counter32() macro
/netbsd-current/sys/arch/sparc64/include/
H A Dcpu_counter.h46 cpu_counter(void) function
/netbsd-current/sys/arch/or1k/include/
H A Dcpu_counter.h45 #define cpu_counter() cpu_counter32() macro
/netbsd-current/sys/rump/librump/rumpkern/arch/x86/
H A Drump_x86_cpu_counter.c66 uint64_t (*cpu_counter)(void) = nullfunc64; variable
/netbsd-current/sys/arch/mips/include/
H A Dcpu_counter.h57 #define cpu_counter() cpu_counter32() macro
61 #define cpu_counter() (0) macro
/netbsd-current/sys/arch/alpha/include/
H A Dcpu_counter.h49 #define cpu_counter() cpu_counter32() macro
/netbsd-current/sys/arch/aarch64/include/
H A Dcpu_counter.h49 cpu_counter(void) function
/netbsd-current/sys/arch/riscv/include/
H A Dcpu_counter.h73 cpu_counter(void) function
83 #define cpu_counter() cpu_counter32() macro
/netbsd-current/sys/arch/powerpc/include/
H A Dcpu_counter.h48 #define cpu_counter() cpu_counter32() macro
/netbsd-current/sys/arch/x86/x86/
H A Dtsc.c63 uint64_t (*cpu_counter)(void) = cpu_counter_cpuid; variable
/netbsd-current/usr.bin/vmstat/
H A Dvmstat.c245 struct cpu_counter { struct

Completed in 308 milliseconds