Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c3754 bool need_strong_sync, argument
3902 PMAP_UPDATE_TLBS(pmap, va_start, va_end, need_strong_sync, false);
3931 bool need_strong_sync, argument
3947 pmap_tte_remove(pmap, va_start, va_end, need_strong_sync, ttep, level);
3982 bool need_strong_sync = false; local
3984 &need_strong_sync, PMAP_OPTIONS_REMOVE);
3987 va + (pt_attr_page_size(pmap_get_pt_attr(pmap)) * (epte - bpte)), need_strong_sync, true);
4039 bool *need_strong_sync __unused,
4289 bool need_strong_sync = false; local
4316 &need_strong_sync, options);
[all …]
/xnu-8019.80.24/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()