HomeSort by: relevance | last modified time | path
    Searched refs:pmap_check_attr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/include/ibm4xx/
pmap.h 158 #define pmap_clear_modify(pg) (pmap_check_attr((pg), PMAP_ATTR_CHG, 1))
159 #define pmap_clear_reference(pg)(pmap_check_attr((pg), PMAP_ATTR_REF, 1))
160 #define pmap_is_modified(pg) (pmap_check_attr((pg), PMAP_ATTR_CHG, 0))
161 #define pmap_is_referenced(pg) (pmap_check_attr((pg), PMAP_ATTR_REF, 0))
171 bool pmap_check_attr(struct vm_page *, u_int, int);
  /src/sys/arch/powerpc/ibm4xx/
pmap.c 1062 pmap_check_attr(struct vm_page *pg, u_int mask, int clear) function in typeref:typename:bool

Completed in 12 milliseconds