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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmmgk104.c 46 { SPT, 15, 8, 0x1000, &gf100_vmm_pgt },
60 { SPT, 14, 8, 0x1000, &gf100_vmm_pgt },
nouveau_nvkm_subdev_mmu_vmmgm200.c 76 { SPT, 15, 8, 0x1000, &gm200_vmm_spt },
90 { SPT, 14, 8, 0x1000, &gm200_vmm_spt },
nouveau_nvkm_subdev_mmu_vmmgf100.c 165 { SPT, 15, 8, 0x1000, &gf100_vmm_pgt },
179 { SPT, 14, 8, 0x1000, &gf100_vmm_pgt },
nouveau_nvkm_subdev_mmu_vmm.c 55 if (desc->type == SPT) {
97 case SPT: return "SPT";
148 const int type = desc[it->lvl].type == SPT;
268 const int type = desc->type == SPT;
287 if (desc->type == SPT && (pgt->refs[0] || pgt->refs[1]))
374 const int type = desc->type == SPT;
381 if (desc->type == SPT)
423 const int type = desc->type == SPT;
448 /* SPT already exists covering the same range as this LPT
    [all...]
nouveau_nvkm_subdev_mmu_vmmgp100.c 322 { SPT, 9, 8, 0x1000, &gp100_vmm_desc_spt },
vmm.h 95 SPT,
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h 524 // Mainlist: @S@<-s0<->s1<->...<->sPT<->sT->@S@
530 // Mainlist: @S@<-s0<->s1<->...<->sPT->@S@
540 // call sPT:
542 // sPT = pred(sT)
551 // succ(sPT) = S
555 // Tail = sPT
557 auto SPT = Tail->Prev;
558 SPT->Next = &SentinelSegment;
562 Tail = SPT;
575 // Mainlist: @S@<-s0<->s1<->...<->sPT<->sT->@S
    [all...]
  /src/sys/arch/i386/stand/lib/
biosdisk_ll.c 87 #define SPT(di) (((di)>>8)&0x3f)
101 d->sec = SPT(diskinfo);
140 if (d->type == BIOSDISK_TYPE_FD && SPT(diskinfo) == 36) {
  /src/sys/arch/vax/vax/
subr.S 122 movl %r0,_C_LABEL(Sysmap) # SPT start addr after KSP

Completed in 19 milliseconds