Searched defs:pmap_page_is_write_mapped (Results 1 - 8 of 8) sorted by last modified time

/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/i386/include/
H A Dpmap.h385 #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/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/mips/include/
H A Dpmap.h168 #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/powerpc/include/
H A Dpmap.h231 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro

Completed in 117 milliseconds