Searched refs:mt_cpu (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.140.41/osfmk/machine/ |
| H A D | monotonic.h | 45 struct mt_cpu { struct 65 struct mt_cpu *mt_cur_cpu(void); argument 68 void mt_mtc_update_fixed_counts(struct mt_cpu *mtc, uint64_t *counts, 70 uint64_t mt_mtc_update_count(struct mt_cpu *mtc, unsigned int ctr); 73 void mt_mtc_set_snap(struct mt_cpu *mtc, unsigned int ctr, uint64_t snap);
|
| /xnu-8020.140.41/osfmk/x86_64/ |
| H A D | monotonic_x86_64.c | 75 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-8020.140.41/osfmk/kern/ |
| H A D | kern_monotonic.c | 185 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-8020.140.41/osfmk/arm/ |
| H A D | monotonic_arm.c | 53 struct mt_cpu *
|
| H A D | cpu_data_internal.h | 276 struct mt_cpu cpu_monotonic;
|
| /xnu-8020.140.41/osfmk/arm64/ |
| H A D | monotonic_arm64.c | 204 struct mt_cpu * 1182 struct mt_cpu *mtc; in mt_cpu_run()
|
| /xnu-8020.140.41/osfmk/i386/ |
| H A D | cpu_data.h | 284 struct mt_cpu cpu_monotonic;
|