Home
last modified time | relevance | path

Searched refs:SRMMU_PROT_MASK (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/arch/sparc/include/
Dpte.h366 #define SRMMU_PROT_MASK 0x1C /* Mask protection bits out of pte */ macro
/mirbsd/src/sys/arch/sparc/sparc/
Dgenassym.cf116 export SRMMU_PROT_MASK
Dpmap.c1071 ((te & SRMMU_PROT_MASK) |
1124 ((te & SRMMU_PROT_MASK) |
4763 npte = (tpte & ~SRMMU_PROT_MASK) | newprot; in pmap_protect4m()
4835 if ((tpte & SRMMU_PROT_MASK) == newprot) {
4840 setpgt4m(ptep, (tpte & ~SRMMU_PROT_MASK) | newprot);
6736 if ((pte&SRMMU_PROT_MASK)!=(ptesw&SRMMU_PROT_MASK)) {
Dlocore.s1272 and pte, (SRMMU_TETYPE | SRMMU_PROT_MASK), pte; \