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

/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu_data.h73 typedef uint8_t asid_ref_t; typedef
116 volatile asid_ref_t *cpu_pmap_asid_coherentp;
117 volatile asid_ref_t *cpu_pmap_asid_coherentp_kernel;
120 asid_ref_t cpu_asid_refcounts[PMAP_ASID_MAX_ASID];
H A Dpmap_asid.c190 asid_ref_t cur_min = 0xFF;
192 asid_ref_t *cpu_asid_refcounts = &cpu_datap(ccpu)->cpu_asid_refcounts[0];
193 asid_ref_t old_count;
211 asid_ref_t cur_refcount = cpu_asid_refcounts[i];
239 asid_ref_t prior_count;

Completed in 88 milliseconds