Searched defs:hash_pte (Results 1 – 2 of 2) sorted by relevance
84 struct hash_pte { struct85 unsigned long v:1; /* Entry is valid */87 unsigned long h:1; /* Hash algorithm indicator */88 unsigned long api:6; /* Abbreviated page index */91 unsigned long r:1; /* Referenced */92 unsigned long c:1; /* Changed */93 unsigned long w:1; /* Write-thru cache mode */94 unsigned long i:1; /* Cache inhibited */95 unsigned long m:1; /* Memory coherence */96 unsigned long g:1; /* Guarded */[all …]
174 struct hash_pte { struct179 extern struct hash_pte *htab_address; argument
Completed in 7 milliseconds