Home
last modified time | relevance | path

Searched refs:__real_pte (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dpte-hash64-64k.h49 #define __real_pte __real_pte macro
50 static inline real_pte_t __real_pte(pte_t pte, pte_t *ptep) in __real_pte() function
Dpgtable-ppc64.h119 #ifndef __real_pte
122 #define __real_pte(e,p) ((real_pte_t){(e)}) macro
125 #define __real_pte(e,p) (e) macro
/linux-4.1.27/arch/powerpc/mm/
Dtlb_hash64.c92 rpte = __real_pte(__pte(pte), ptep); in hpte_need_flush()