Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dmmu-hash32.h63 struct hash_pte { struct
64 unsigned long v:1; /* Entry is valid */
65 unsigned long vsid:24; /* Virtual segment identifier */
66 unsigned long h:1; /* Hash algorithm indicator */
67 unsigned long api:6; /* Abbreviated page index */
68 unsigned long rpn:20; /* Real (physical) page number */
69 unsigned long xpn:3; /* Real page number bits 0-2, optional */
70 unsigned long r:1; /* Referenced */
71 unsigned long c:1; /* Changed */
72 unsigned long w:1; /* Write-thru cache mode */
[all …]
Dmmu-hash64.h120 struct hash_pte { struct
125 extern struct hash_pte *htab_address; argument
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c1002 pte_t hash_pte = pte_set_home((pte_t) { 0 }, PAGE_HOME_HASH); in create_buffer_stack() local