Searched refs:__real_pte (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | hash-64k.h | 65 #define __real_pte __real_pte macro 66 static inline real_pte_t __real_pte(pte_t pte, pte_t *ptep, int offset) in __real_pte() function
|
D | pgtable.h | 360 #ifndef __real_pte 362 #define __real_pte(e, p, o) ((real_pte_t){(e)}) macro
|
/Linux-v4.19/arch/powerpc/mm/ |
D | hash64_64k.c | 89 rpte = __real_pte(__pte(old_pte), ptep, PTRS_PER_PTE); in __hash_page_4K() 264 rpte = __real_pte(__pte(old_pte), ptep, PTRS_PER_PTE); in __hash_page_64K()
|
D | hugetlbpage-hash64.c | 70 rpte = __real_pte(__pte(old_pte), ptep, offset); in __hash_page_huge()
|
D | hash64_4k.c | 58 rpte = __real_pte(__pte(old_pte), ptep, PTRS_PER_PTE); in __hash_page_4K()
|
D | tlb_hash64.c | 99 rpte = __real_pte(__pte(pte), ptep, offset); in hpte_need_flush()
|