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

/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.h112 #define PMAP_ASID_MAX_CPUS (48) /* Must be a multiple of 8 */ macro
113 asid_t pmap_asid_cpus[PMAP_ASID_MAX_CPUS];
114 volatile uint8_t pmap_asid_coherency_vector[PMAP_ASID_MAX_CPUS];
H A Dpmap_asid.c262 for (i = 0; i < PMAP_ASID_MAX_CPUS; i++)

Completed in 12 milliseconds