/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
nouveau_nvkm_subdev_mmu_vmm.c | 354 TRA(it, "SPTE %05x: U -> S %d PTEs", spti, sptc); 455 bool spte = pgt->pte[ptei] & NVKM_VMM_PTE_SPTES; local in function:nvkm_vmm_ref_hwpt 458 if (spte != next) 462 if (!spte) {
|
/src/sys/arch/sparc/sparc/ |
pmap.c | 7056 int spte, dpte; local in function:pmap_copy_page4_4c 7062 spte = PG_V | PG_S | (atop(src) & PG_PFNUM); 7073 setpte4(sva, spte); 7207 int spte, dpte; local in function:pmap_copy_page4m 7215 spte = SRMMU_TEPTE | SRMMU_PG_C | PPROT_N_RX | 7232 setpgt4m(cpuinfo.vpage_pte[0], spte); 7274 int spte, dpte; local in function:pmap_copy_page_hypersparc 7291 spte = SRMMU_TEPTE | SRMMU_PG_C | PPROT_N_RX | 7305 setpgt4m(cpuinfo.vpage_pte[0], spte);
|
/src/sys/arch/x86/x86/ |
pmap.c | 4864 pt_entry_t *spte, *epte; local in function:pmap_write_protect 4877 spte = &ptes[pl1_i(va)]; 4880 for (i = 0; spte < epte; spte++, i++) { 4884 opte = *spte; 4889 } while (pmap_pte_cas(spte, opte, npte) != opte); 6820 pt_entry_t *ptes, *spte; local in function:pmap_ept_write_protect 6845 spte = &ptes[pl1_pi(va)]; 6848 opte = *spte; 6853 } while (pmap_pte_cas(spte, opte, npte) != opte) [all...] |