• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/vm/

Lines Matching refs:use_pmap

1350 	new_entry->use_pmap = FALSE;
1948 boolean_t use_pmap;
1953 use_pmap = (alias == VM_MEMORY_SHARED_PMAP);
1955 if (use_pmap && submap->pmap == NULL) {
1962 if (use_pmap && submap->pmap != NULL) {
1977 new_entry->use_pmap = TRUE;
2785 entry->use_pmap = FALSE;
2802 if (entry->use_pmap &&
2893 if (entry->use_pmap) {
3065 boolean_t use_pmap)
3083 assert(!entry->use_pmap); /* we don't want to unnest anything here */
3103 if (use_pmap) {
3119 entry->use_pmap = TRUE;
3249 assert(!current->use_pmap); /* clipping did unnest if needed */
3292 if (current->is_sub_map && current->use_pmap) {
3369 assert(!entry->use_pmap); /* clip did unnest if needed */
3663 if(entry->use_pmap) {
4125 if(entry->use_pmap) {
4739 if (tmp_entry.use_pmap) {
4816 if (entry->use_pmap) {
5089 assert(!tmp_entry->use_pmap); /* clipping did unnest if needed */
5530 assert(!entry->use_pmap);
5621 if((entry->use_pmap) && (pmap == NULL)) {
6102 assert(!entry->use_pmap); /* unnested when clipped earlier */
6188 if(entry->use_pmap) {
6672 new->use_pmap = FALSE; /* clr address space specifics */
7092 new_entry->use_pmap = FALSE; /* clr address space specifics */
7463 if(old_entry->use_pmap) {
7819 new_entry->use_pmap = FALSE;
8006 if ((entry->use_pmap && !(fault_type & VM_PROT_WRITE))) {
8130 assert(!submap_entry->use_pmap);
8234 assert(!entry->use_pmap);
8737 if (curr_entry->use_pmap) {
9354 (prev_entry->use_pmap == FALSE) &&
9355 (this_entry->use_pmap == FALSE) &&
9621 assert(!entry->use_pmap);
9973 new_entry->use_pmap = FALSE;
10156 new_entry->use_pmap = FALSE; /* clr address space specifics */