Lines Matching refs:entry
88 register unsigned long entry;
95 entry = c;
97 return entry;
101 static inline void sun3_put_segmap(unsigned long addr, unsigned long entry)
107 SET_CONTROL_BYTE (AC_SEGMAP | (addr & SUN3_CONTROL_MASK), entry);
116 register unsigned long entry;
121 GET_CONTROL_WORD (AC_PAGEMAP | (addr & SUN3_CONTROL_MASK), entry);
124 return entry;
128 static inline void sun3_put_pte(unsigned long addr, unsigned long entry)
134 SET_CONTROL_WORD (AC_PAGEMAP | (addr & SUN3_CONTROL_MASK), entry);