Searched refs:need_strong_sync (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/osfmk/arm/pmap/ |
| H A D | pmap_data.c | 854 bool need_strong_sync = false; in ppr_remove_pt_page() local 912 pmap, va, begin_pte, end_pte, &eva, &need_strong_sync, PMAP_OPTIONS_REMOVE); in ppr_remove_pt_page() 923 …pmap_tte_deallocate(pmap, va, expected_va_end, need_strong_sync, ttep, pt_attr_twig_level(pt_attr)… in ppr_remove_pt_page() 942 …p_get_pt_ops(pmap)->flush_tlb_region_async(va, (size_t) (eva - va), pmap, false, need_strong_sync); in ppr_remove_pt_page() 943 arm64_sync_tlb(need_strong_sync); in ppr_remove_pt_page()
|
| H A D | pmap.c | 3818 bool need_strong_sync, argument 4015 bool need_strong_sync, argument 4059 bool need_strong_sync = false; local 4115 bool *need_strong_sync __unused, 4227 *need_strong_sync = true; 4386 bool need_strong_sync = false; local 4421 &need_strong_sync, options); 5637 need_strong_sync = true; 5883 bool need_strong_sync = false; local 5887 need_strong_sync = true; [all …]
|
| /xnu-11215/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 3222 bool need_strong_sync = false; local 3351 if (__improbable(need_strong_sync)) { 4771 bool need_strong_sync = false; local 4975 need_strong_sync = need_strong_sync || pmap_protect_strong_sync(num_mappings); 4993 need_strong_sync = need_strong_sync || pmap_protect_strong_sync(num_mappings); 5003 if (__improbable(need_strong_sync)) { 8127 bool need_strong_sync = false; local 8182 pmap_cpu_data->copywindow_strong_sync[cpu_window_index] = need_strong_sync;
|