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

  /src/sys/arch/sparc/sparc/
pmap.c 4948 int *pte0, perpage, npg; local in function:pmap_rmu4m
4960 pte0 = sp->sg_pte;
4983 tpte = pte0[VA_SUN4M_VPG(va)];
5011 setpgt4m_va(va, &pte0[VA_SUN4M_VPG(va)], SRMMU_TEINVALID,
7808 int s, pte0, pte, ctx; local in function:pmap_writetext
7820 pte0 = getpte4m(va);
7821 if ((pte0 & SRMMU_TETYPE) != SRMMU_TEPTE) {
7824 pte = pte0 | PPROT_WRITE;
7827 setpte4m(va, pte0);
7833 pte0 = getpte4(va)
    [all...]
pmap.c 4948 int *pte0, perpage, npg; local in function:pmap_rmu4m
4960 pte0 = sp->sg_pte;
4983 tpte = pte0[VA_SUN4M_VPG(va)];
5011 setpgt4m_va(va, &pte0[VA_SUN4M_VPG(va)], SRMMU_TEINVALID,
7808 int s, pte0, pte, ctx; local in function:pmap_writetext
7820 pte0 = getpte4m(va);
7821 if ((pte0 & SRMMU_TETYPE) != SRMMU_TEPTE) {
7824 pte = pte0 | PPROT_WRITE;
7827 setpte4m(va, pte0);
7833 pte0 = getpte4(va)
    [all...]
pmap.c 4948 int *pte0, perpage, npg; local in function:pmap_rmu4m
4960 pte0 = sp->sg_pte;
4983 tpte = pte0[VA_SUN4M_VPG(va)];
5011 setpgt4m_va(va, &pte0[VA_SUN4M_VPG(va)], SRMMU_TEINVALID,
7808 int s, pte0, pte, ctx; local in function:pmap_writetext
7820 pte0 = getpte4m(va);
7821 if ((pte0 & SRMMU_TETYPE) != SRMMU_TEPTE) {
7824 pte = pte0 | PPROT_WRITE;
7827 setpte4m(va, pte0);
7833 pte0 = getpte4(va)
    [all...]

Completed in 166 milliseconds