Lines Matching refs:safe_to_remove
160 bool safe_to_remove = (i_min == 0 && i_max == PTRS_PER_PTE - 1);
169 return safe_to_remove;
179 bool safe_to_remove = (i_min == 0 && i_max == PTRS_PER_PMD - 1);
194 safe_to_remove = false;
197 return safe_to_remove;
207 bool safe_to_remove = (i_min == 0 && i_max == PTRS_PER_PUD - 1);
222 safe_to_remove = false;
225 return safe_to_remove;
236 bool safe_to_remove = (i_min == 0 && i_max == PTRS_PER_PGD - 1);
252 safe_to_remove = false;
255 return safe_to_remove;
813 bool safe_to_remove = (i_min == 0 && i_max == PTRS_PER_PTE - 1);
820 if (safe_to_remove)
839 bool safe_to_remove = (i_min == 0 && i_max == PTRS_PER_PMD - 1);
854 safe_to_remove = false;
857 return safe_to_remove;
867 bool safe_to_remove = (i_min == 0 && i_max == PTRS_PER_PUD - 1);
882 safe_to_remove = false;
885 return safe_to_remove;
896 bool safe_to_remove = (i_min == 0 && i_max == PTRS_PER_PGD - 1);
912 safe_to_remove = false;
915 return safe_to_remove;