Searched defs:pmap_page_is_write_mapped (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/sys/ia64/include/
H A Dpmap.h123 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10.1-release/sys/sparc64/include/
H A Dpmap.h82 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10.1-release/sys/mips/include/
H A Dpmap.h167 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10.1-release/sys/powerpc/include/
H A Dpmap.h225 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10.1-release/sys/i386/include/
H A Dpmap.h434 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10.1-release/sys/amd64/include/
H A Dpmap.h375 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10.1-release/sys/arm/include/
H A Dpmap.h101 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro

Completed in 186 milliseconds