Searched refs:real_pte_t (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dpgtable-ppc64-64k.h13 #define PTE_TABLE_SIZE (sizeof(real_pte_t) << PTE_INDEX_SIZE)
H A Dpte-hash64-64k.h50 static inline real_pte_t __real_pte(pte_t pte, pte_t *ptep) __real_pte()
52 real_pte_t rpte; __real_pte()
67 static inline unsigned long __rpte_to_hidx(real_pte_t rpte, unsigned long index) __rpte_to_hidx()
H A Dtlbflush.h97 real_pte_t pte[PPC64_TLB_BATCH_NR];
127 extern void flush_hash_page(unsigned long vpn, real_pte_t pte, int psize,
H A Dpage.h296 typedef struct { pte_t pte; unsigned long hidx; } real_pte_t; typedef in typeref:struct:__anon2313
298 typedef struct { pte_t pte; } real_pte_t; typedef in typeref:struct:__anon2314
336 typedef struct { pte_t pte; unsigned long hidx; } real_pte_t; typedef in typeref:struct:__anon2319
338 typedef pte_t real_pte_t; typedef
H A Dpgalloc-64.h163 * real_pte_t hash index
H A Dpgtable-ppc64.h122 #define __real_pte(e,p) ((real_pte_t){(e)})
/linux-4.4.14/arch/powerpc/mm/
H A Dtlb_hash64.c51 real_pte_t rpte; hpte_need_flush()
H A Dinit_64.c102 * pages pool and have a different entry size (see real_pte_t) to
H A Dhash_native_64.c643 real_pte_t pte; native_flush_hash_range()
H A Dhash_utils_64.c1292 void flush_hash_page(unsigned long vpn, real_pte_t pte, int psize, int ssize, flush_hash_page()
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dlpar.c528 real_pte_t pte; pSeries_lpar_flush_hash_range()

Completed in 354 milliseconds