Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/arm/include/
HDpmap.h51 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/sparc64/include/
HDpmap.h82 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/arm64/include/
HDpmap.h56 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/riscv/include/
HDpmap.h54 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/mips/include/
HDpmap.h168 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/powerpc/include/
HDpmap.h231 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/i386/include/
HDpmap.h385 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/freebsd-11-stable/sys/amd64/include/
HDpmap.h403 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro