HomeSort by: relevance | last modified time | path
    Searched refs:NVKM_VMM_PTE_SPTES (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmm.c 228 if (pgt->pte[pteb] & NVKM_VMM_PTE_SPTES) {
230 if (!(pgt->pte[ptei] & NVKM_VMM_PTE_SPTES))
244 if (pgt->pte[ptei] & NVKM_VMM_PTE_SPTES)
455 bool spte = pgt->pte[ptei] & NVKM_VMM_PTE_SPTES;
457 bool next = pgt->pte[ptei] & NVKM_VMM_PTE_SPTES;
vmm.h 51 #define NVKM_VMM_PTE_SPTES 0x3f

Completed in 69 milliseconds