Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/
H A Dpmap.c3772 bool need_strong_sync, argument
3809 PMAP_UPDATE_TLBS(pmap, va_start, va_end, need_strong_sync, false);
3973 bool need_strong_sync, argument
3994 pmap_tte_remove(pmap, va_start, va_end, need_strong_sync, ttep, level);
4022 bool need_strong_sync = false; local
4024 &need_strong_sync, PMAP_OPTIONS_REMOVE);
4027 va + (pt_attr_page_size(pmap_get_pt_attr(pmap)) * (epte - bpte)), need_strong_sync, true);
4079 bool *need_strong_sync __unused,
4334 bool need_strong_sync = false; local
4362 &need_strong_sync, options);
[all …]
/xnu-8020.101.4/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()