Home
last modified time | relevance | path

Searched refs:MAX_ASIDS (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.h66 #define MAX_ASIDS (1 << ASID_SHIFT) macro
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.h68 #define MAX_ASIDS (1 << ASID_SHIFT) macro
H A Dpmap.c2103 return MAX_ASIDS; in pmap_compute_max_asids()