Home
last modified time | relevance | path

Searched defs:hash_pte (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/arch/powerpc/include/asm/book3s/32/
Dmmu-hash.h84 struct hash_pte { struct
85 unsigned long v:1; /* Entry is valid */
86 unsigned long vsid:24; /* Virtual segment identifier */
87 unsigned long h:1; /* Hash algorithm indicator */
88 unsigned long api:6; /* Abbreviated page index */
89 unsigned long rpn:20; /* Real (physical) page number */
90 unsigned long xpn:3; /* Real page number bits 0-2, optional */
91 unsigned long r:1; /* Referenced */
92 unsigned long c:1; /* Changed */
93 unsigned long w:1; /* Write-thru cache mode */
[all …]
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h174 struct hash_pte { struct
179 extern struct hash_pte *htab_address; argument