Searched refs:__real_pte (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/arch/powerpc/include/asm/book3s/64/ |
D | hash-64k.h | 91 #define __real_pte __real_pte macro 92 static inline real_pte_t __real_pte(pte_t pte, pte_t *ptep, int offset) in __real_pte() function
|
D | pgtable.h | 346 #ifndef __real_pte 348 #define __real_pte(e, p, o) ((real_pte_t){(e)}) macro
|
/linux-5.19.10/arch/powerpc/mm/book3s64/ |
D | hash_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 | hash_4k.c | 58 rpte = __real_pte(__pte(old_pte), ptep, PTRS_PER_PTE); in __hash_page_4K()
|
D | hugetlbpage.c | 75 rpte = __real_pte(__pte(old_pte), ptep, offset); in __hash_page_huge()
|
D | hash_tlb.c | 97 rpte = __real_pte(__pte(pte), ptep, offset); in hpte_need_flush()
|