Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ia64/include/
Dpmap.h123 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10-stable/sys/sparc64/include/
Dpmap.h82 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10-stable/sys/mips/include/
Dpmap.h167 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10-stable/sys/powerpc/include/
Dpmap.h225 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10-stable/sys/i386/include/
Dpmap.h443 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10-stable/sys/amd64/include/
Dpmap.h380 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-10-stable/sys/arm/include/
Dpmap.h101 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro