Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dpmap.c3780 bool need_strong_sync, argument
3817 PMAP_UPDATE_TLBS(pmap, va_start, va_end, need_strong_sync, false);
3981 bool need_strong_sync, argument
4002 pmap_tte_remove(pmap, va_start, va_end, need_strong_sync, ttep, level);
4030 bool need_strong_sync = false; local
4032 &need_strong_sync, PMAP_OPTIONS_REMOVE);
4035 va + (pt_attr_page_size(pmap_get_pt_attr(pmap)) * (epte - bpte)), need_strong_sync, true);
4087 bool *need_strong_sync __unused,
4346 bool need_strong_sync = false; local
4381 &need_strong_sync, options);
[all …]
/xnu-8020.140.41/osfmk/arm/pmap/
H A Dpmap_data.c807 bool need_strong_sync = false; in ppr_remove_pt_page() local
864 pmap, va, begin_pte, end_pte, NULL, &need_strong_sync, PMAP_OPTIONS_REMOVE); in ppr_remove_pt_page()
873 pmap_tte_deallocate(pmap, va, va_end, need_strong_sync, ttep, pt_attr_twig_level(pt_attr)); in ppr_remove_pt_page()