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

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap_pcid.c168 pcid_ref_t cur_min = 0xFF;
170 pcid_ref_t *cpu_pcid_refcounts = &cpu_datap(ccpu)->cpu_pcid_refcounts[0];
171 pcid_ref_t old_count;
189 pcid_ref_t cur_refcount = cpu_pcid_refcounts[i];
217 pcid_ref_t prior_count;
/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_data.h127 typedef uint8_t pcid_ref_t; typedef
224 volatile pcid_ref_t *cpu_pmap_pcid_coherentp;
225 volatile pcid_ref_t *cpu_pmap_pcid_coherentp_kernel;
228 pcid_ref_t cpu_pcid_refcounts[PMAP_PCID_MAX_PCID];

Completed in 14 milliseconds