Searched defs:cpu_counter (Results 1 – 13 of 13) sorted by relevance
57 #define cpu_counter() cpu_counter32() macro61 #define cpu_counter() (0) macro
73 cpu_counter(void) in cpu_counter() function83 #define cpu_counter() cpu_counter32() macro
38 #define cpu_counter() 0 macro
45 #define cpu_counter() cpu_counter32() macro
46 cpu_counter(void) in cpu_counter() function
49 cpu_counter(void) in cpu_counter() function
49 #define cpu_counter() cpu_counter32() macro
50 cpu_counter(void) in cpu_counter() function
50 #define cpu_counter() cpu_counter32() macro
48 #define cpu_counter() cpu_counter32() macro
66 uint64_t (*cpu_counter)(void) = nullfunc64; variable
245 struct cpu_counter { struct246 uint64_t nintr;247 uint64_t nsyscall;248 uint64_t nswtch;249 uint64_t nfault;250 uint64_t ntrap;251 uint64_t nsoft;
63 uint64_t (*cpu_counter)(void) = cpu_counter_cpuid; variable