Searched defs:hash_pte (Results 1 – 2 of 2) sorted by relevance
74 struct hash_pte { struct75 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 */[all …]
175 struct hash_pte { struct180 extern struct hash_pte *htab_address; argument