Searched defs:hash_pte (Results 1 – 2 of 2) sorted by relevance
159 struct hash_pte { struct160 unsigned long v:1; /* Entry is valid */162 unsigned long h:1; /* Hash algorithm indicator */163 unsigned long api:6; /* Abbreviated page index */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 */[all …]
175 struct hash_pte { struct180 extern struct hash_pte *htab_address; argument