Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/machine/
H A Dmonotonic.h47 struct mt_cpu { struct
67 struct mt_cpu *mt_cur_cpu(void); argument
70 void mt_mtc_update_fixed_counts(struct mt_cpu *mtc, uint64_t *counts,
72 uint64_t mt_mtc_update_count(struct mt_cpu *mtc, unsigned int ctr);
75 void mt_mtc_set_snap(struct mt_cpu *mtc, unsigned int ctr, uint64_t snap);
/xnu-8019.80.24/osfmk/x86_64/
H A Dmonotonic_x86_64.c75 struct mt_cpu *
190 static void mt_check_for_pmi(struct mt_cpu *mtc, x86_saved_state_t *state);
219 struct mt_cpu *mtc = &cpu->cpu_monotonic; in core_down()
229 struct mt_cpu *mtc; in core_up()
273 mt_check_for_pmi(struct mt_cpu *mtc, x86_saved_state_t *state) in mt_check_for_pmi()
337 struct mt_cpu *mtc = mt_cur_cpu(); in mt_microstackshot_start_remote()
/xnu-8019.80.24/osfmk/kern/
H A Dkern_monotonic.c185 struct mt_cpu *mtc = mt_cur_cpu(); in mt_sched_update()
260 mt_mtc_update_count(struct mt_cpu *mtc, unsigned int ctr) in mt_mtc_update_count()
293 struct mt_cpu *mtc = mt_cur_cpu(); in mt_fixed_counts_internal()
300 mt_mtc_update_fixed_counts(struct mt_cpu *mtc, uint64_t *counts, in mt_mtc_update_fixed_counts()
458 struct mt_cpu *mtc = mt_cur_cpu(); in mt_cur_cpu_cycles_instrs_speculative()
501 struct mt_cpu *mtc = mt_cur_cpu(); in mt_perfcontrol()
/xnu-8019.80.24/osfmk/arm/
H A Dmonotonic_arm.c53 struct mt_cpu *
H A Dcpu_data_internal.h276 struct mt_cpu cpu_monotonic;
/xnu-8019.80.24/osfmk/arm64/
H A Dmonotonic_arm64.c204 struct mt_cpu *
1178 struct mt_cpu *mtc; in mt_cpu_run()
/xnu-8019.80.24/osfmk/i386/
H A Dcpu_data.h284 struct mt_cpu cpu_monotonic;