Searched refs:ptes (Results 1 – 2 of 2) sorted by relevance
1609 pt_entry_t *ptes; local1642 ptes = (pt_entry_t *)1645 if ((ptes[lcv] & (PG_V|PG_W)) ==1650 (vaddr_t)ptes,2035 pt_entry_t *ptes; local2038 ptes = pmap_map_ptes(pmap);2039 retval = (paddr_t)(ptes[i386_btop(va)] & PG_FRAME);2343 pt_entry_t *ptes; local2355 ptes = pmap_map_ptes(pmap); /* locks pmap */2390 &ptes[i386_btop(sva)], sva);[all …]
141 int vr, vs, pte, *ptes; in _kvm_kvatop44c() local155 ptes = (int *)((int)kd->cpu_data + cpup->pmegoffset); in _kvm_kvatop44c()165 pte = ptes[sp->sg_pmeg * nptesg + VA_VPG(va)]; in _kvm_kvatop44c()