Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dhash-64k.h91 #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
A Dpgtable.h326 #ifndef __real_pte
328 #define __real_pte(e, p, o) ((real_pte_t){(e)}) macro
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dhash_64k.c91 rpte = __real_pte(__pte(old_pte), ptep, PTRS_PER_PTE); in __hash_page_4K()
269 rpte = __real_pte(__pte(old_pte), ptep, PTRS_PER_PTE); in __hash_page_64K()
A Dhash_4k.c60 rpte = __real_pte(__pte(old_pte), ptep, PTRS_PER_PTE); in __hash_page_4K()
A Dhugetlbpage.c75 rpte = __real_pte(__pte(old_pte), ptep, offset); in __hash_page_huge()
A Dhash_tlb.c97 rpte = __real_pte(__pte(pte), ptep, offset); in hpte_need_flush()

Completed in 9 milliseconds