/src/sys/arch/sparc/sparc/ |
pmap.c | 5265 int vr, vs, newprot, ctx, pte, *ptep; local in function:pmap_changeprot4_4c 5274 newprot = prot & VM_PROT_WRITE ? PG_S|PG_W : PG_S; 5276 newprot = prot & VM_PROT_WRITE ? PG_W : 0; 5295 pte = (pte & ~PG_PROT) | newprot; 5322 pte = (pte & ~PG_PROT) | newprot; 5457 int newprot; local in function:pmap_protect4m 5469 newprot = pte_prot4m(pm, prot); 5504 npte = (tpte & ~SRMMU_PROT_MASK) | newprot; 5518 SRMMU_PROT_MASK, newprot, pm->pm_ctxnum, 5534 int pte, newprot; local in function:pmap_changeprot4m 6153 int pte, newprot, ctx; local in function:pmap_kprotect4_4c 6626 int pte, newprot, s; local in function:pmap_kprotect4m [all...] |
pmap.c | 5265 int vr, vs, newprot, ctx, pte, *ptep; local in function:pmap_changeprot4_4c 5274 newprot = prot & VM_PROT_WRITE ? PG_S|PG_W : PG_S; 5276 newprot = prot & VM_PROT_WRITE ? PG_W : 0; 5295 pte = (pte & ~PG_PROT) | newprot; 5322 pte = (pte & ~PG_PROT) | newprot; 5457 int newprot; local in function:pmap_protect4m 5469 newprot = pte_prot4m(pm, prot); 5504 npte = (tpte & ~SRMMU_PROT_MASK) | newprot; 5518 SRMMU_PROT_MASK, newprot, pm->pm_ctxnum, 5534 int pte, newprot; local in function:pmap_changeprot4m 6153 int pte, newprot, ctx; local in function:pmap_kprotect4_4c 6626 int pte, newprot, s; local in function:pmap_kprotect4m [all...] |