Searched refs:pc_early_dummy_counter (Results 1 – 7 of 7) sorted by relevance
32 #define EARLY_COUNTER &pcpup->pc_early_dummy_counter35 … counter_u64_t __read_mostly c = (void *)__offsetof(struct pcpu, pc_early_dummy_counter); \
37 #define EARLY_COUNTER &__pcpu[0].pc_early_dummy_counter
35 #define EARLY_COUNTER &__pcpu[0].pc_early_dummy_counter
39 #define EARLY_COUNTER &((struct pcpu *)pcpu_space)->pc_early_dummy_counter
36 #define EARLY_COUNTER (void *)__offsetof(struct pcpu, pc_early_dummy_counter)
41 #define EARLY_COUNTER &__pcpu[0].pc_early_dummy_counter
196 uint64_t pc_early_dummy_counter; /* Startup time counter(9) */ member