Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/book3s/64/
Dhash-64k.h51 #define __real_pte __real_pte macro
52 static inline real_pte_t __real_pte(pte_t pte, pte_t *ptep) in __real_pte() function
Dpgtable.h325 #ifndef __real_pte
327 #define __real_pte(e,p) ((real_pte_t){(e)}) macro
/arch/powerpc/mm/
Dtlb_hash64.c94 rpte = __real_pte(__pte(pte), ptep); in hpte_need_flush()
Dhash64_64k.c102 rpte = __real_pte(__pte(old_pte), ptep); in __hash_page_4K()