Searched refs:mapped_in_other_pmaps (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c756 result->mapped_in_other_pmaps = FALSE;
2499 if (submap->mapped_in_other_pmaps == FALSE &&
2506 * Set its "mapped_in_other_pmaps" flag
2512 submap->mapped_in_other_pmaps = TRUE;
3339 if ((map->mapped_in_other_pmaps) && (map->ref_count)) {
3680 if (submap->mapped_in_other_pmaps == FALSE &&
3686 * Set its "mapped_in_other_pmaps" flag
3691 submap->mapped_in_other_pmaps = TRUE;
5034 if((map->mapped_in_other_pmaps) && (map->ref_count)
5067 if((map->mapped_in_other_pmaps)
[all...]
H A Dvm_map.h342 /* boolean_t */ mapped_in_other_pmaps:1, /*has this submap been mapped in maps that use a different pmap */ member in struct:_vm_map
H A Dvm_user.c2495 || target_map->mapped_in_other_pmaps)
H A Dvm_pageout.c5168 ((entry->is_shared || map->mapped_in_other_pmaps)

Completed in 103 milliseconds