Searched refs:vtopte (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/i386/include/
H A Dpmap.h217 #define vtopte(va) (PTmap + i386_btop(va)) macro
281 * this point! For example, vtopte() must not be used to
385 * vtopte().
/freebsd-12-stable/sys/arm/include/
H A Dpmap-v4.h193 * Note: these work recursively, thus vtopte of a pte will give
204 vtopte(vm_offset_t va) function
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c637 pte = vtopte(va);
725 pc->pc_pmap_eh_ptep = (char *)vtopte(pc->pc_pmap_eh_va);
738 pc->pc_cmap_pte1 = vtopte(pages);
739 pc->pc_cmap_pte2 = vtopte(pages + PAGE_SIZE);
897 pte = vtopte(va);
912 pte = vtopte(va);
1567 return (vtopte(va));
1627 return (vtopte(va));
1795 pte = vtopte(va);
1804 pte = vtopte(v
[all...]
H A Dcopyout.c131 for (i = 0, pte = vtopte(kaddr); i < plen; i++, pte++) {
H A Dvm_machdep.c598 ptep = vtopte(sf->kva);
/freebsd-12-stable/sys/dev/dcons/
H A Ddcons_os.c325 *vtopte(PMAP_MAP_LOW + pa) |= PG_RW;
/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h282 * Note: these work recursively, thus vtopte of a pte will give
285 pt_entry_t *vtopte(vm_offset_t);
/freebsd-12-stable/sys/amd64/amd64/
H A Dpmap.c1318 vtopte(vm_offset_t va) function
1322 KASSERT(va >= VM_MAXUSER_ADDRESS, ("vtopte on a uva/gpa 0x%0lx", va));
1682 pte = vtopte(va);
3088 pte = vtopte(vaddr);
3204 * PDE at this point! For example, vtopte() must not
3230 pte = vtopte(va);
3240 pte = vtopte(va);
3254 pte = vtopte(va);
3294 pte = vtopte(sva);
4943 pmap_invalidate_page(pmap, (vm_offset_t)vtopte(v
[all...]

Completed in 204 milliseconds