Searched refs:cpu_pcid_refcounts (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap_pcid.c137 cpu_datap(ccpu)->cpu_pcid_refcounts[0] = 1;
170 pcid_ref_t *cpu_pcid_refcounts = &cpu_datap(ccpu)->cpu_pcid_refcounts[0]; local
174 if (cpu_pcid_refcounts[i] == 0) {
175 (void)__sync_fetch_and_add(&cpu_pcid_refcounts[i], 1);
189 pcid_ref_t cur_refcount = cpu_pcid_refcounts[i];
194 (void)__sync_fetch_and_add(&cpu_pcid_refcounts[i], 1);
209 old_count = __sync_fetch_and_add(&cpu_pcid_refcounts[cur_min_index], 1);
226 pmap_assert(cpu_datap(ccpu)->cpu_pcid_refcounts[pcid] >= 1);
231 if ((prior_count = __sync_fetch_and_sub(&cpu_datap(ccpu)->cpu_pcid_refcounts[pci
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_data.h228 pcid_ref_t cpu_pcid_refcounts[PMAP_PCID_MAX_PCID]; member in struct:cpu_data

Completed in 11 milliseconds