Home
last modified time | relevance | path

Searched refs:mt_cpu (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.121.6/osfmk/machine/
H A Dmonotonic.h45 struct mt_cpu { struct
56 struct mt_cpu *mt_cur_cpu(void); argument
59 void mt_mtc_update_fixed_counts(struct mt_cpu *mtc, uint64_t *counts,
61 uint64_t mt_mtc_update_count(struct mt_cpu *mtc, unsigned int ctr);
64 void mt_mtc_set_snap(struct mt_cpu *mtc, unsigned int ctr, uint64_t snap);
/xnu-11417.121.6/osfmk/kern/
H A Dkern_monotonic.c49 mt_mtc_update_count(struct mt_cpu *mtc, unsigned int ctr) in mt_mtc_update_count()
82 struct mt_cpu *mtc = mt_cur_cpu(); in mt_fixed_counts_internal()
89 mt_mtc_update_fixed_counts(struct mt_cpu *mtc, uint64_t *counts, in mt_mtc_update_fixed_counts()
177 struct mt_cpu *mtc = mt_cur_cpu(); in mt_cur_cpu_cycles_instrs_speculative()
202 struct mt_cpu *mtc = mt_cur_cpu(); in mt_cur_cpu_cycles_instrs_speculative()
223 struct mt_cpu *mtc = mt_cur_cpu(); in mt_perfcontrol()
/xnu-11417.121.6/osfmk/x86_64/
H A Dmonotonic_x86_64.c75 struct mt_cpu *
185 static void mt_check_for_pmi(struct mt_cpu *mtc, x86_saved_state_t *state);
214 struct mt_cpu *mtc = &cpu->cpu_monotonic; in core_down()
224 struct mt_cpu *mtc; in core_up()
268 mt_check_for_pmi(struct mt_cpu *mtc, x86_saved_state_t *state) in mt_check_for_pmi()
332 struct mt_cpu *mtc = mt_cur_cpu(); in mt_microstackshot_start_remote()
/xnu-11417.121.6/osfmk/arm/
H A Dcpu_data_internal.h254 struct mt_cpu cpu_monotonic;
/xnu-11417.121.6/osfmk/arm64/
H A Dmonotonic_arm64.c198 struct mt_cpu *
1336 struct mt_cpu *mtc; in mt_cpu_run()
/xnu-11417.121.6/osfmk/i386/
H A Dcpu_data.h253 struct mt_cpu cpu_monotonic;