Lines Matching defs:hash_pte
159 struct hash_pte { struct
160 unsigned long v:1; /* Entry is valid */
161 unsigned long vsid:24; /* Virtual segment identifier */
162 unsigned long h:1; /* Hash algorithm indicator */
163 unsigned long api:6; /* Abbreviated page index */
164 unsigned long rpn:20; /* Real (physical) page number */
165 unsigned long xpn:3; /* Real page number bits 0-2, optional */
166 unsigned long r:1; /* Referenced */
167 unsigned long c:1; /* Changed */
168 unsigned long w:1; /* Write-thru cache mode */
169 unsigned long i:1; /* Cache inhibited */
170 unsigned long m:1; /* Memory coherence */
171 unsigned long g:1; /* Guarded */
172 unsigned long x:1; /* Real page number bit 3, optional */
173 unsigned long pp:2; /* Page protection */