Searched refs:mflags (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dio_map.c59 unsigned int mflags; local
62 mflags = mmFlgBlock | mmFlgUseAttr | (flags & VM_MEM_GUARDED) | ((flags & VM_MEM_NOT_CACHEABLE) >> 1); /* Convert to our mapping_make flags */
75 mflags, /* Map with requested cache mode */
95 mflags, /* Map with requested cache mode */ local
113 unsigned int mflags; local
121 mflags = mmFlgBlock | mmFlgUseAttr | (flags & VM_MEM_GUARDED) | ((flags & VM_MEM_NOT_CACHEABLE) >> 1); /* Convert to our mapping_make flags */
127 mflags, /* Map with requested cache mode */
H A Dpmap.c244 unsigned int mflags; local
246 mflags = 0; /* Make sure this is initialized to nothing special */
248 mflags = mmFlgUseAttr | (flags & VM_MEM_GUARDED) | ((flags & VM_MEM_NOT_CACHEABLE) >> 1); /* Convert to our mapping_make flags */
1104 unsigned int mflags; local
1109 mflags = 0; /* Make sure this is initialized to nothing special */
1111 mflags = mmFlgUseAttr | (flags & VM_MEM_GUARDED) | ((flags & VM_MEM_NOT_CACHEABLE) >> 1); /* Convert to our mapping_make flags */
1120 colva = mapping_make(pmap, va, pa, mflags, 1, (prot & VM_PROT_ALL) ); /* Enter the mapping into the pmap */
1150 unsigned int mflags; local
1161 mflags = mmFlgBlock | mmFlgUseAttr | (attr & VM_MEM_GUARDED) | ((attr & VM_MEM_NOT_CACHEABLE) >> 1); /* Convert to our mapping_make flags */
1162 if(flags) mflags |
1175 unsigned int mflags; local
[all...]
H A Dmappings.c316 unsigned int pindex, mflags, pattr, wimg, rc; local
323 mflags = 0x01000000; /* Start building mpFlags field (busy count = 1) */
341 mflags |= (pcf << (31-mpPcfgb)); /* Insert physical page configuration index */
349 mflags |= mpBlock; /* Force this to a block if no physent */
360 mflags |= mpBlock; /* Show that this is a block */
365 mflags = mflags | mpBSu; /* Show 32MB basic size unit */
373 mflags = mflags | (pindex << 16); /* Stick in the physical entry table index */
375 if(flags & mmFlgPerm) mflags |
[all...]
H A Dvmachmon.c999 unsigned int mflags; local
1038 mflags = (pindex << 16) | mpGuest;
1041 hw_add_map_gv(map->pmap, pmap, gva, mflags, mp->mpPAddr);
H A Dmappings.h479 extern void hw_add_map_gv(pmap_t hpmap, pmap_t gpmap, addr64_t gva, unsigned int mflags, ppnum_t pa);

Completed in 302 milliseconds