Searched refs:flush_hash_entry (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/include/asm/ |
D | tlb.h | 36 extern void flush_hash_entry(struct mm_struct *mm, pte_t *ptep, 44 flush_hash_entry(tlb->mm, ptep, address); in __tlb_remove_tlb_entry()
|
D | pgtable.h | 123 flush_hash_entry(mm, ptep, addr); in __set_pte_at()
|
D | pgtable-ppc32.h | 149 extern void flush_hash_entry(struct mm_struct *mm, pte_t *ptep,
|
/arch/powerpc/mm/ |
D | tlb_hash32.c | 40 void flush_hash_entry(struct mm_struct *mm, pte_t *ptep, unsigned long addr) in flush_hash_entry() function 49 EXPORT_SYMBOL(flush_hash_entry);
|