Lines Matching defs:hash_pte
74 struct hash_pte { struct
75 unsigned long v:1; /* Entry is valid */
76 unsigned long vsid:24; /* Virtual segment identifier */
77 unsigned long h:1; /* Hash algorithm indicator */
78 unsigned long api:6; /* Abbreviated page index */
79 unsigned long rpn:20; /* Real (physical) page number */
80 unsigned long xpn:3; /* Real page number bits 0-2, optional */
81 unsigned long r:1; /* Referenced */
82 unsigned long c:1; /* Changed */
83 unsigned long w:1; /* Write-thru cache mode */
84 unsigned long i:1; /* Cache inhibited */
85 unsigned long m:1; /* Memory coherence */
86 unsigned long g:1; /* Guarded */
87 unsigned long x:1; /* Real page number bit 3, optional */
88 unsigned long pp:2; /* Page protection */