Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/pmap/
H A Dpmap_data.c560 const unsigned l2_cline_bytes = 1 << MAX_L2_CLINE; in pmap_data_bootstrap() local
561 ptd_per_page = (PAGE_SIZE - (l2_cline_bytes - 1)) / (sizeof(pt_desc_t) + ptd_info_size); in pmap_data_bootstrap()
575 PMAP_ALIGN((ptd_per_page + increment) * sizeof(pt_desc_t), l2_cline_bytes); in pmap_data_bootstrap()
588 ptd_info_offset = PMAP_ALIGN(pt_desc_bytes, l2_cline_bytes); in pmap_data_bootstrap()
591 assert((ptd_info_offset - pt_desc_bytes) < l2_cline_bytes); in pmap_data_bootstrap()