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

  /src/sys/arch/sparc/sparc/
pmap.c 1801 int i, va, tpte, ctx; local in function:me_free
1826 tpte = getpte4(va);
1827 if ((tpte & PG_V) == PG_V)
1828 panic("me_free: segment not clean (pte=%x)", tpte);
2712 int tpte; local in function:pv_syncflags4m
2730 tpte = sp->sg_pte[VA_SUN4M_VPG(va)];
2731 if ((tpte & SRMMU_TETYPE) == SRMMU_TEPTE &&
2732 (tpte & (SRMMU_PG_R|SRMMU_PG_M)) != 0) {
2737 if (pm->pm_ctx && (tpte & SRMMU_PG_M) == SRMMU_PG_M)
4785 int tpte, perpage, npg local in function:pmap_rmk4m
4981 int tpte; local in function:pmap_rmu4m
5354 int vr, vs, tpte; local in function:pmap_page_protect4m
5497 int tpte, npte; local in function:pmap_protect4m
6253 int vr, vs, tpte, s; local in function:pmap_enk4m
6338 int vr, vs, *pte, tpte, s; local in function:pmap_enu4m
6564 int tpte, perpage, npg, s; local in function:pmap_kremove4m
    [all...]
pmap.c 1801 int i, va, tpte, ctx; local in function:me_free
1826 tpte = getpte4(va);
1827 if ((tpte & PG_V) == PG_V)
1828 panic("me_free: segment not clean (pte=%x)", tpte);
2712 int tpte; local in function:pv_syncflags4m
2730 tpte = sp->sg_pte[VA_SUN4M_VPG(va)];
2731 if ((tpte & SRMMU_TETYPE) == SRMMU_TEPTE &&
2732 (tpte & (SRMMU_PG_R|SRMMU_PG_M)) != 0) {
2737 if (pm->pm_ctx && (tpte & SRMMU_PG_M) == SRMMU_PG_M)
4785 int tpte, perpage, npg local in function:pmap_rmk4m
4981 int tpte; local in function:pmap_rmu4m
5354 int vr, vs, tpte; local in function:pmap_page_protect4m
5497 int tpte, npte; local in function:pmap_protect4m
6253 int vr, vs, tpte, s; local in function:pmap_enk4m
6338 int vr, vs, *pte, tpte, s; local in function:pmap_enu4m
6564 int tpte, perpage, npg, s; local in function:pmap_kremove4m
    [all...]
pmap.c 1801 int i, va, tpte, ctx; local in function:me_free
1826 tpte = getpte4(va);
1827 if ((tpte & PG_V) == PG_V)
1828 panic("me_free: segment not clean (pte=%x)", tpte);
2712 int tpte; local in function:pv_syncflags4m
2730 tpte = sp->sg_pte[VA_SUN4M_VPG(va)];
2731 if ((tpte & SRMMU_TETYPE) == SRMMU_TEPTE &&
2732 (tpte & (SRMMU_PG_R|SRMMU_PG_M)) != 0) {
2737 if (pm->pm_ctx && (tpte & SRMMU_PG_M) == SRMMU_PG_M)
4785 int tpte, perpage, npg local in function:pmap_rmk4m
4981 int tpte; local in function:pmap_rmu4m
5354 int vr, vs, tpte; local in function:pmap_page_protect4m
5497 int tpte, npte; local in function:pmap_protect4m
6253 int vr, vs, tpte, s; local in function:pmap_enk4m
6338 int vr, vs, *pte, tpte, s; local in function:pmap_enu4m
6564 int tpte, perpage, npg, s; local in function:pmap_kremove4m
    [all...]

Completed in 40 milliseconds