Searched refs:pmap_clear_modify (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/vm/
H A Dpmap.h125 void pmap_clear_modify(vm_page_t m);
H A Dvm_page.c5358 * Perform the pmap_clear_modify() first. Otherwise,
5362 * pmap_clear_modify() had begun and after the dirty
5365 pmap_clear_modify(m);
/freebsd-current/sys/i386/i386/
H A Dpmap_base.c617 pmap_clear_modify(vm_page_t m) function
/freebsd-current/share/man/man9/
H A DMakefile268 pmap_clear_modify.9 \
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c4489 pmap_clear_modify(vm_page_t m) function
4501 ("pmap_clear_modify: page %p is not managed", m));
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c3411 * pmap_remove_write(), pmap_clear_modify(), and pmap_clear_reference() only
5653 pmap_clear_modify(vm_page_t m) function
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c7516 pmap_clear_modify(vm_page_t m) function
7528 ("pmap_clear_modify: page %p is not managed", m));
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c9305 pmap_clear_modify(vm_page_t m) function
9317 ("pmap_clear_modify: page %p is not managed", m));
9376 KASSERT((*pde & PG_PS) == 0, ("pmap_clear_modify: found"

Completed in 344 milliseconds