Searched refs:pmap_disconnect (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c529 pmap_disconnect(ppnum_t pa) function
/xnu-2782.1.97/osfmk/vm/
H A Dpmap.h282 extern unsigned int (pmap_disconnect)( /* disconnect mappings and return reference and change */
H A Dvm_object.c1300 refmod_state = pmap_disconnect(p->phys_page);
2047 pmap_disconnect(m->phys_page); \
5942 pmap_disconnect(p->phys_page);
5955 pmap_disconnect(p->phys_page);
6186 pmap_disconnect(m->phys_page);
6896 refmod = pmap_disconnect(p->phys_page);
7031 refmod = pmap_disconnect(p->phys_page);
8053 pmap_disconnect(dst_page->phys_page);
8224 pmap_disconnect(dst_page->phys_page);
8497 refmod_state = pmap_disconnect(
[all...]
H A Dvm_pageout.c561 * from being dirtied after the pmap_disconnect() call
568 if (pmap_disconnect(m->phys_page) & VM_MEM_MODIFIED) {
2249 refmod_state = pmap_disconnect(m->phys_page);
2572 * if we need to do a pmap_disconnect then we
2573 * need to re-evaluate m->dirty since the pmap_disconnect
2575 * page was still mapped up to the pmap_disconnect
2580 * pmap_disconnect(). m->dirty could have been set in anticipation
5226 refmod_state = pmap_disconnect(dst_page->phys_page);
6390 pmap_disconnect(m->phys_page);
6500 pmap_disconnect(
[all...]
H A Dvm_fault.c2028 * avoid the pmap_disconnect() call.
2031 pmap_disconnect(m->phys_page);
2263 pmap_disconnect(m->phys_page);
3104 pmap_disconnect(m->phys_page);
3975 pmap_disconnect(cur_m->phys_page);
5048 pmap_disconnect(result_page->phys_page);
H A Dbsd_vm.c449 pmap_disconnect(dst_page->phys_page);
H A Dvm_kern.c738 pmap_disconnect(mem->phys_page);
H A Dmemory_object.c211 * must do the pmap_disconnect before determining the
216 if (pmap_disconnect(m->phys_page) & VM_MEM_MODIFIED) {
233 * we use to do a pmap_disconnect here in support
242 * pmap_disconnect(m->phys_page);
H A Dvm_resident.c4432 refmod = pmap_disconnect(m1->phys_page);
4462 refmod = pmap_disconnect(m1->phys_page);
4847 int refmod_state = pmap_disconnect(m->phys_page);
5606 __unused int refmod_state = pmap_disconnect(m->phys_page);
H A Dvm_map.c14533 refmod = pmap_disconnect(m->phys_page);

Completed in 294 milliseconds