HomeSort by: relevance | last modified time | path
    Searched defs:ptd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clport.c 683 struct thread *ptd; local in function:nfscl_getparent
693 ptd = TAILQ_FIRST(&p->p_threads);
694 return (ptd);
  /src/sys/arch/vax/vax/
pmap.c 1272 struct pte *pt, *pts, *ptd; local in function:pmap_protect_long
1323 ptd = &pt[end >> VAX_PGSHIFT];
1327 if (((int)ptd - (int)pt) & 7)
1328 panic("pmap_remove: ptd not even");
1331 while (pts < ptd) {
  /src/sys/arch/sparc/sparc/
pmap.c 1436 /* regtblptd - PTD for region table to be remapped */
1574 panic("mmu_setup4m_L3: PTD found in L3 page table");
6382 int i, *ptd; local in function:pmap_enu4m
6386 ptd = pool_get(&L23_pool, mflag);
6387 if (ptd == NULL) {
6396 rp->rg_seg_ptps = ptd;
6398 setpgt4m(&ptd[i], SRMMU_TEINVALID);
6412 (VA2PA((void *)ptd) >> SRMMU_PPNPASHIFT) |
7893 ((te & SRMMU_TETYPE) == SRMMU_TEPTD ? "ptd" :

Completed in 20 milliseconds