Home
last modified time | relevance | path

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

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