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

/freebsd-11.0-release/sys/amd64/amd64/
H A Ddb_interface.c91 ptep0 = vtopte(addr);
102 ptep1 = vtopte(addr1);
109 ptep1 = vtopte(addr1);
H A Dpmap.c807 vtopte(vm_offset_t va) function
811 KASSERT(va >= VM_MAXUSER_ADDRESS, ("vtopte on a uva/gpa 0x%0lx", va));
1062 pte = vtopte(va);
2068 * PDE at this point! For example, vtopte() must not
2094 pte = vtopte(va);
2104 pte = vtopte(va);
2118 pte = vtopte(va);
2158 pte = vtopte(sva);
3564 pmap_invalidate_page(pmap, (vm_offset_t)vtopte(va));
3614 pmap_invalidate_page(pmap, (vm_offset_t)vtopte(v
[all...]
/freebsd-11.0-release/sys/i386/include/
H A Dpmap.h213 #define vtopte(va) (PTmap + i386_btop(va)) macro
251 * this point! For example, vtopte() must not be used to
373 * vtopte().
/freebsd-11.0-release/sys/i386/i386/
H A Dpmap.c443 pte = vtopte(va);
664 pte = vtopte(va);
717 pte = vtopte(va);
732 pte = vtopte(va);
1356 return (vtopte(va));
1416 return (vtopte(va));
1534 pte = vtopte(va);
1543 pte = vtopte(va);
1558 pte = vtopte(va);
1635 pte = vtopte(sv
[all...]
H A Dvm_machdep.c777 ptep = vtopte(sf->kva);
/freebsd-11.0-release/sys/dev/dcons/
H A Ddcons_os.c310 *vtopte(KERNBASE + pa) |= PG_RW;
/freebsd-11.0-release/sys/amd64/include/
H A Dpmap.h262 * Note: these work recursively, thus vtopte of a pte will give
265 pt_entry_t *vtopte(vm_offset_t);
/freebsd-11.0-release/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

Completed in 201 milliseconds