Searched refs:pmap_remove_all (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/vm/
H A Dpmap.h161 void pmap_remove_all(vm_page_t m);
H A Ddevice_pager.c268 pmap_remove_all(m);
H A Dvm_fault.c1082 pmap_remove_all(fs->m_cow);
2201 pmap_remove_all(src_m);
H A Dvm_object.c2122 pmap_remove_all(p);
H A Dvm_page.c4457 return (vm_page_try_blocked_op(m, pmap_remove_all));
5407 pmap_remove_all(m);
/freebsd-current/sys/i386/i386/
H A Dpmap_base.c876 pmap_remove_all(vm_page_t m) function
/freebsd-current/share/man/man9/
H A DMakefile1824 MLINKS+=pmap_remove.9 pmap_remove_all.9 \
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c654 pmap_remove_all(m);
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c2430 * Routine: pmap_remove_all
2443 pmap_remove_all(vm_page_t m) function
2454 ("pmap_remove_all: page %p is not managed", m));
2473 KASSERT(l2 != NULL, ("pmap_remove_all: no l2 table found"));
2477 ("pmap_remove_all: found a superpage in %p's pv list", m));
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c4239 * Routine: pmap_remove_all
4252 pmap_remove_all(vm_page_t m) function
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c3851 * pmap_remove_all() on a physical page
3961 * pmap_remove_all() on a physical page
4127 * Routine: pmap_remove_all
4140 pmap_remove_all(vm_page_t m) function
4153 ("pmap_remove_all: page %p is not managed", m));
4193 ("pmap_remove_all: no page directory entry found"));
4195 ("pmap_remove_all: invalid pde level %d", lvl));
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c1045 "Number of times DI invalidation blocked pmap_remove_all/write");
6547 * Routine: pmap_remove_all
6560 pmap_remove_all(vm_page_t m) function
6573 ("pmap_remove_all: page %p is not managed", m));
6615 KASSERT((*pde & PG_PS) == 0, ("pmap_remove_all: found"
8501 * for either pmap_remove_all() or pmap_remove_write() to wait for

Completed in 336 milliseconds