Searched refs:pmap_page_is_write_mapped (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dpmap.h51 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/riscv/include/
H A Dpmap.h54 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dpmap.h82 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/arm64/include/
H A Dpmap.h56 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/mips/include/
H A Dpmap.h168 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h231 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/i386/include/
H A Dpmap.h385 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/amd64/include/
H A Dpmap.h403 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/vm/
H A Dvm_page.c1344 if (pmap_page_is_write_mapped(m))
1506 if (pmap_page_is_write_mapped(mnew))
3505 if (!vm_page_xbusied(m) && !pmap_page_is_write_mapped(m))
H A Dvm_pageout.c502 !pmap_page_is_write_mapped(mt),
H A Dvnode_pager.c1236 KASSERT(!pmap_page_is_write_mapped(m),
H A Dswap_pager.c1570 KASSERT(!pmap_page_is_write_mapped(m),
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c4692 KASSERT(!pmap_page_is_write_mapped(m),

Completed in 146 milliseconds