Home
last modified time | relevance | path

Searched refs:PG_PMAPMASK (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/uvm/
H A Duvm_page.h168 #define PG_PMAPMASK 0x3f000000 macro
H A Duvm_pmemrange.c72 (((pg_flags) & ~(PQ_FREE|PG_ZERO|PG_PMAPMASK)) == 0x0)
1210 atomic_clearbits_int(&found->pg_flags, PG_PMAPMASK); in uvm_pmr_getpages()
/openbsd/sys/arch/mips64/mips64/
H A Dpmap.c1924 PG_PMAPMASK & ~PGF_PRESERVE); in pmap_remove_pv()