Searched refs:flush_hash_page (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_tlb.c | 104 flush_hash_page(vpn, rpte, psize, ssize, mm_is_thread_local(mm)); in hpte_need_flush() 151 flush_hash_page(batch->vpn[0], batch->pte[0], in __flush_tlb_pending()
|
H A D | hash_64k.c | 100 flush_hash_page(vpn, rpte, MMU_PAGE_64K, ssize, flags); in __hash_page_4K()
|
H A D | hash_utils.c | 1727 * made read-only, which will flush_hash_page. BIG ISSUE here: if the in tm_flush_hash_page() 1761 void flush_hash_page(unsigned long vpn, real_pte_t pte, int psize, int ssize, in flush_hash_page() function 1767 DBG_LOW("flush_hash_page(vpn=%016lx)\n", vpn); in flush_hash_page() 1850 flush_hash_page(batch->vpn[i], batch->pte[i], in flush_hash_range()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_tlb.c | 104 flush_hash_page(vpn, rpte, psize, ssize, mm_is_thread_local(mm)); in hpte_need_flush() 151 flush_hash_page(batch->vpn[0], batch->pte[0], in __flush_tlb_pending()
|
H A D | hash_64k.c | 102 flush_hash_page(vpn, rpte, MMU_PAGE_64K, ssize, flags); in __hash_page_4K()
|
H A D | hash_utils.c | 1889 * made read-only, which will flush_hash_page. BIG ISSUE here: if the in tm_flush_hash_page() 1923 void flush_hash_page(unsigned long vpn, real_pte_t pte, int psize, int ssize, in flush_hash_page() function 1929 DBG_LOW("flush_hash_page(vpn=%016lx)\n", vpn); in flush_hash_page() 2012 flush_hash_page(batch->vpn[i], batch->pte[i], in flush_hash_range()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | tlbflush-hash.h | 56 extern void flush_hash_page(unsigned long vpn, real_pte_t pte, int psize,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | tlbflush-hash.h | 62 extern void flush_hash_page(unsigned long vpn, real_pte_t pte, int psize,
|
Completed in 9 milliseconds