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

  /src/sys/arch/alpha/include/
pte.h 97 #define PG_PVLIST 0x0000000000020000 /* on pv list [SOFTWARE] */
pmap.h 260 #define pmap_pte_pv(pte) (*(pte) & PG_PVLIST)
  /src/sys/arch/i386/include/
pmap_private.h 245 #define PG_PVLIST PTE_PVLIST
  /src/sys/arch/amd64/include/
pmap_private.h 181 #define PG_PVLIST PTE_PVLIST
  /src/sys/arch/alpha/alpha/
pmap.c 2381 npte |= PG_PVLIST;
2473 if (diff & PG_PVLIST)
2509 KASSERT((opte & PG_PVLIST) == 0);
3030 if (opte & PG_PVLIST) {

Completed in 22 milliseconds