Searched refs:pmap_page_is_write_mapped (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/include/arch/arm/machine/
H A Dpmap.h50 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/barrelfish-master/include/arch/aarch64/machine/
H A Dpmap.h56 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/barrelfish-master/include/arch/x86_64/machine/
H A Dpmap.h387 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0) macro
/barrelfish-master/include/vm/
H A Dvm_page.c1227 if (pmap_page_is_write_mapped(m))
1382 if (pmap_page_is_write_mapped(mnew))
3575 if (!vm_page_xbusied(m) && !pmap_page_is_write_mapped(m))
H A Dvm_pageout.c518 !pmap_page_is_write_mapped(mt),
H A Dvnode_pager.c1223 KASSERT(!pmap_page_is_write_mapped(m),
H A Dswap_pager.c1553 KASSERT(!pmap_page_is_write_mapped(m),

Completed in 128 milliseconds