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

  /src/sys/arch/sun3/sun3x/
pmap_pvt.h 94 #define MMU_SHORT_PTE_WIRED MMU_SHORT_PTE_UN1
95 #define MMU_PTE_WIRED ((*pte)->attr.raw & MMU_SHORT_PTE_WIRED)
pmap.c 1502 if (c_pte->attr.raw & MMU_SHORT_PTE_WIRED)
1905 if (c_pte->attr.raw & MMU_SHORT_PTE_WIRED) {
1945 | MMU_SHORT_PTE_USED | MMU_SHORT_PTE_WIRED);
1978 c_pte->attr.raw |= MMU_SHORT_PTE_WIRED;
1991 MMU_SHORT_PTE_USED | MMU_SHORT_PTE_WIRED)) {
2405 if (!(pte->attr.raw & MMU_SHORT_PTE_WIRED))
2409 pte->attr.raw &= ~(MMU_SHORT_PTE_WIRED);
3405 if (c_pte->attr.raw & MMU_SHORT_PTE_WIRED)

Completed in 14 milliseconds