Lines Matching defs:hash_pte
64 struct hash_pte { struct
65 unsigned long v:1; /* Entry is valid */
66 unsigned long vsid:24; /* Virtual segment identifier */
67 unsigned long h:1; /* Hash algorithm indicator */
68 unsigned long api:6; /* Abbreviated page index */
69 unsigned long rpn:20; /* Real (physical) page number */
70 unsigned long xpn:3; /* Real page number bits 0-2, optional */
71 unsigned long r:1; /* Referenced */
72 unsigned long c:1; /* Changed */
73 unsigned long w:1; /* Write-thru cache mode */
74 unsigned long i:1; /* Cache inhibited */
75 unsigned long m:1; /* Memory coherence */
76 unsigned long g:1; /* Guarded */
77 unsigned long x:1; /* Real page number bit 3, optional */
78 unsigned long pp:2; /* Page protection */