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

/freebsd-current/sys/arm/include/
H A Dpmap.h170 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro
/freebsd-current/sys/arm64/include/
H A Dpmap.h59 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro
/freebsd-current/sys/riscv/include/
H A Dpmap.h56 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro
/freebsd-current/sys/i386/include/
H A Dpmap.h197 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro
/freebsd-current/sys/powerpc/include/
H A Dpmap.h301 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro
/freebsd-current/sys/amd64/include/
H A Dpmap.h431 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro

Completed in 164 milliseconds