Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dpmap.h46 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro
/f-stack/freebsd/mips/include/
H A Dpmap.h167 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro
/f-stack/freebsd/arm64/include/
H A Dpmap.h56 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro
/f-stack/freebsd/i386/include/
H A Dpmap.h229 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro
/f-stack/freebsd/amd64/include/
H A Dpmap.h449 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0) macro