Home
last modified time | relevance | path

Searched defs:cpu_counter32 (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/rump/include/machine/
H A Dcpu_counter.h39 #define cpu_counter32() 0 macro
/netbsd-src/sys/arch/or1k/include/
H A Dcpu_counter.h48 cpu_counter32(void) in cpu_counter32() function
/netbsd-src/sys/arch/sparc64/include/
H A Dcpu_counter.h53 cpu_counter32(void) in cpu_counter32() function
/netbsd-src/sys/arch/aarch64/include/
H A Dcpu_counter.h55 cpu_counter32(void) in cpu_counter32() function
/netbsd-src/sys/arch/mips/include/
H A Dcpu_counter.h62 #define cpu_counter32() (0) macro
/netbsd-src/sys/arch/alpha/include/
H A Dcpu_counter.h52 cpu_counter32(void) in cpu_counter32() function
/netbsd-src/sys/arch/ia64/include/
H A Dcpu_counter.h56 cpu_counter32(void) in cpu_counter32() function
/netbsd-src/sys/arch/arm/include/
H A Dcpu_counter.h54 cpu_counter32(void) in cpu_counter32() function
/netbsd-src/sys/arch/powerpc/include/
H A Dcpu_counter.h51 cpu_counter32(void) in cpu_counter32() function
/netbsd-src/sys/rump/librump/rumpkern/arch/x86/
H A Drump_x86_cpu_counter.c67 uint32_t (*cpu_counter32)(void) = nullfunc32; variable
/netbsd-src/sys/arch/riscv/include/
H A Dcpu_counter.h87 cpu_counter32(void) in cpu_counter32() function
/netbsd-src/sys/arch/x86/x86/
H A Dtsc.c64 uint32_t (*cpu_counter32)(void) = cpu_counter32_cpuid; variable