Searched refs:fasttrap_tpoints (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h191 extern fasttrap_hash_t fasttrap_tpoints;
194 (((pc) / sizeof (fasttrap_instr_t) + (pid)) & fasttrap_tpoints.fth_mask)
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c169 fasttrap_hash_t fasttrap_tpoints; variable
497 for (i = 0; i < fasttrap_tpoints.fth_nent; i++) {
499 fasttrap_bucket_t *bucket = &fasttrap_tpoints.fth_table[i];
616 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
786 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
2390 lck_mtx_lock(&fasttrap_tpoints.fth_table[index].ftb_mtx);
2391 tp = fasttrap_tpoints.fth_table[index].ftb_data;
2402 lck_mtx_unlock(&fasttrap_tpoints.fth_table[index].ftb_mtx);
2408 lck_mtx_unlock(&fasttrap_tpoints.fth_table[index].ftb_mtx);
2467 fasttrap_tpoints
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c702 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
1006 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
1565 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];

Completed in 18 milliseconds