/src/sys/arch/xen/x86/ |
xen_pmap.c | 211 pt_entry_t *ptes, pte; local in function:pmap_extract_ma 220 pmap_map_ptes(pmap, &pmap2, &ptes, &pdes); 230 pte = ptes[pl1_i(va)];
|
/src/lib/libkvm/ |
kvm_sparc.c | 183 int *ptes; local in function:_kvm_kvatop44c 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 in function:_kvm_kvatop4u 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 in function:nvkm_vmm_ref_hwpt 543 const u32 ptes = min_t(u64, it.cnt, pten - ptei); local in function:nvkm_vmm_iter [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 in function:pmap_remove_all 3901 pt_entry_t *ptes, pte; local in function:pmap_extract 4286 pt_entry_t *ptes; local in function:pmap_remove_locked 4481 pt_entry_t *ptes; local in function:pmap_pp_remove_ent 4831 pt_entry_t *ptes; local in function:pmap_write_protect 4915 pt_entry_t *ptes, *ptep, opte; local in function:pmap_unwire 4989 pt_entry_t *ptes, opte, npte; local in function:pmap_enter_ma 5359 pt_entry_t *ptes, opte; local in function:pmap_enter_gnt 5533 pt_entry_t *ptes; local in function:pmap_remove_gnt 5865 pt_entry_t *ptes, *pte; local in function:pmap_dump 6289 pt_entry_t *ptes, opte, npte; local in function:pmap_ept_enter 6529 pt_entry_t *ptes, pte; local in function:pmap_ept_extract 6676 pt_entry_t *ptes; local in function:pmap_ept_remove 6820 pt_entry_t *ptes, *spte; local in function:pmap_ept_write_protect 6875 pt_entry_t *ptes, *ptep, opte; local in function:pmap_ept_unwire [all...] |