| /src/sys/arch/xen/x86/ |
| xen_pmap.c | 211 pt_entry_t *ptes, pte; local 220 pmap_map_ptes(pmap, &pmap2, &ptes, &pdes); 230 pte = ptes[pl1_i(va)];
|
| /src/lib/libkvm/ |
| kvm_sparc.c | 183 int *ptes; local 196 * ptes[cpup->npmegs]; 199 ptes = (int *)((int)kd->cpu_data + cpup->pmegoffset); 211 pte = ptes[sp->sg_pmeg * nptesg + VA_VPG(va)]; 287 int64_t *ptes; local 328 ptes = (int64_t *)(intptr_t)_kvm_pa2off(kd, 330 pte = ptes[sparc64_va_to_pte(va)];
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
| nouveau_nvkm_subdev_mmu_vmm.c | 205 const struct nvkm_vmm_desc *desc, u32 ptei, u32 ptes) 216 for (lpti = ptei >> sptb; ptes; spti = 0, lpti++) { 217 const u32 pten = min(sptn - spti, ptes); 219 ptes -= pten; 229 for (ptes = 1, ptei++; ptei < lpti; ptes++, ptei++) { 243 for (ptes = 1, ptei++; ptei < lpti; ptes++, ptei++) { 250 TRA(it, "LPTE %05x: U -> S %d PTEs", pteb, ptes); 430 u32 pteb, ptei, ptes; local 543 const u32 ptes = min_t(u64, it.cnt, pten - ptei); local [all...] |
| /src/sys/arch/x86/x86/ |
| pmap.c | 253 * non-kernel PDEs in the PDP, the PTEs, and PTPs and connected data 254 * structures. For modifying unmanaged kernel PTEs it is not needed as 256 * consistent (and the lock can't be taken for unmanaged kernel PTEs, 414 * Special VAs and the PTEs that map them 739 * pmap_ptp_range_clip: abuse ptp->uanon to clip range of PTEs to remove 757 * pmap_map_ptes: map a pmap's PTEs into KVM and lock them in 762 * our caller wants to access this pmap's PTEs. 1640 * Nothing to do, the PTEs will be entered via 2479 * (intolerable right now because the PTEs are likely mapped in). 2488 pt_entry_t *ptes, pd_entry_t * const *pdes 3251 pt_entry_t *ptes; local 3901 pt_entry_t *ptes, pte; local 4286 pt_entry_t *ptes; local 4481 pt_entry_t *ptes; local 4831 pt_entry_t *ptes; local 4915 pt_entry_t *ptes, *ptep, opte; local 4989 pt_entry_t *ptes, opte, npte; local 5359 pt_entry_t *ptes, opte; local 5533 pt_entry_t *ptes; local 5865 pt_entry_t *ptes, *pte; local 6289 pt_entry_t *ptes, opte, npte; local 6529 pt_entry_t *ptes, pte; local 6676 pt_entry_t *ptes; local 6820 pt_entry_t *ptes, *spte; local 6875 pt_entry_t *ptes, *ptep, opte; local [all...] |