HomeSort by: relevance | last modified time | path
    Searched defs:pmap_present (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/ia64/ia64/
pmap.c 157 #define pmap_present(lpte) ((lpte)->pte & PTE_PRESENT) macro
1710 if (!pmap_present(pte)) {
1995 if (pte != NULL && pmap_present(pte))
2035 pa = pmap_present(pte) ? pmap_ppn(pte) | (va & PAGE_MASK) : 0;
2096 if (pmap_present(pte))
2125 if (pmap_present(pte)) {
2588 if (pte != NULL && pmap_present(pte))
pmap.c 157 #define pmap_present(lpte) ((lpte)->pte & PTE_PRESENT) macro
1710 if (!pmap_present(pte)) {
1995 if (pte != NULL && pmap_present(pte))
2035 pa = pmap_present(pte) ? pmap_ppn(pte) | (va & PAGE_MASK) : 0;
2096 if (pmap_present(pte))
2125 if (pmap_present(pte)) {
2588 if (pte != NULL && pmap_present(pte))
pmap.c 157 #define pmap_present(lpte) ((lpte)->pte & PTE_PRESENT) macro
1710 if (!pmap_present(pte)) {
1995 if (pte != NULL && pmap_present(pte))
2035 pa = pmap_present(pte) ? pmap_ppn(pte) | (va & PAGE_MASK) : 0;
2096 if (pmap_present(pte))
2125 if (pmap_present(pte)) {
2588 if (pte != NULL && pmap_present(pte))

Completed in 73 milliseconds