Searched refs:tpte (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c1980 pt_entry_t *pte, tpte;
2022 tpte = *pte;
2023 if ((tpte & PG_W) == 0)
2024 tpte = pte_load_clear(pte);
2026 if ((tpte & PG_W) != 0)
2028 KASSERT(tpte != 0,
2031 if ((tpte & PG_G) != 0)
2033 m = PHYS_TO_VM_PAGE(tpte & PG_FRAME);
2034 if ((tpte & (PG_M | PG_RW)) == (PG_M | PG_RW))
2036 if ((tpte
1979 pt_entry_t *pte, tpte; local
2473 pt_entry_t *pte, tpte; local
3575 pt_entry_t *pte, tpte; local
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c2251 pt_entry_t *pte, tpte;
2296 tpte = *pte;
2297 if ((tpte & PG_W) == 0)
2298 tpte = pte_load_clear(pte);
2300 if ((tpte & PG_W) != 0)
2302 KASSERT(tpte != 0,
2305 if ((tpte & PG_G) != 0)
2307 m = PHYS_TO_VM_PAGE(tpte & PG_FRAME);
2308 if ((tpte & (PG_M | PG_RW)) == (PG_M | PG_RW))
2310 if ((tpte
2250 pt_entry_t *pte, tpte; local
3075 pt_entry_t *pte, tpte; local
4436 pt_entry_t *pte, tpte; local
[all...]
/freebsd-9.3-release/sys/amd64/amd64/
H A Dpmap.c2134 pt_entry_t *pte, tpte;
2187 tpte = pte_load_clear(pte);
2188 if ((tpte & PG_G) != 0)
2190 m = PHYS_TO_VM_PAGE(tpte & PG_FRAME);
2191 if ((tpte & (PG_M | PG_RW)) == (PG_M | PG_RW))
2193 if ((tpte & PG_A) != 0)
3089 pt_entry_t *pte, tpte;
3118 tpte = pte_load_clear(pte);
3119 if (tpte & PG_W)
3121 if (tpte
2133 pt_entry_t *pte, tpte; local
3088 pt_entry_t *pte, tpte; local
4414 pt_entry_t *pte, tpte; local
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dpmap.c1704 pt_entry_t *pte, tpte; local
1727 tpte = *pte;
1733 if (pte_test(&tpte, PTE_W))
1739 if (pte_test(&tpte, PTE_D)) {
1740 KASSERT(!pte_test(&tpte, PTE_RO),
1742 __func__, (void *)pv->pv_va, (uintmax_t)tpte));
2536 pt_entry_t *pte, tpte; local
2551 tpte = *pte;
2556 if (pte_test(&tpte, PTE_W)) {
2562 m = PHYS_TO_VM_PAGE(TLBLO_PTE_TO_PA(tpte));
[all...]
/freebsd-9.3-release/sys/ia64/ia64/
H A Dpmap.c2328 struct ia64_lpte *pte, tpte; local
2337 tpte = *pte;
2338 pte = &tpte;

Completed in 127 milliseconds