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

  /src/sys/arch/sparc/sparc/
pmap.c 7908 int curpte; local in function:VA2PAsw
7914 *pte = curpte = cpuinfo.ctx_tbl[ctx];
7918 if ((curpte & SRMMU_TETYPE) == SRMMU_TEPTE) {
7919 return (((curpte & SRMMU_PPNMASK) << SRMMU_PPNPASHIFT) |
7922 if ((curpte & SRMMU_TETYPE) != SRMMU_TEPTD) {
7924 curpte, ctx);
7928 curtbl = (int *)(((curpte & ~0x3) << 4) | KERNBASE); /* correct for krn */
7929 *pte = curpte = curtbl[VA_VREG(addr)];
7931 printf("L1 table at 0x%x.\nGot L1 pte 0x%x\n",curtbl,curpte);
7933 if ((curpte & SRMMU_TETYPE) == SRMMU_TEPTE
    [all...]
pmap.c 7908 int curpte; local in function:VA2PAsw
7914 *pte = curpte = cpuinfo.ctx_tbl[ctx];
7918 if ((curpte & SRMMU_TETYPE) == SRMMU_TEPTE) {
7919 return (((curpte & SRMMU_PPNMASK) << SRMMU_PPNPASHIFT) |
7922 if ((curpte & SRMMU_TETYPE) != SRMMU_TEPTD) {
7924 curpte, ctx);
7928 curtbl = (int *)(((curpte & ~0x3) << 4) | KERNBASE); /* correct for krn */
7929 *pte = curpte = curtbl[VA_VREG(addr)];
7931 printf("L1 table at 0x%x.\nGot L1 pte 0x%x\n",curtbl,curpte);
7933 if ((curpte & SRMMU_TETYPE) == SRMMU_TEPTE
    [all...]

Completed in 32 milliseconds