Searched refs:__tlb_remove_tlb_entry (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dtlb.h22 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep,
24 #define __tlb_remove_tlb_entry __tlb_remove_tlb_entry macro
43 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, function
/linux-master/include/asm-generic/
H A Dtlb.h602 #ifndef __tlb_remove_tlb_entry
603 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, unsigned long address) function
618 __tlb_remove_tlb_entry(tlb, ptep, address); \
633 __tlb_remove_tlb_entry(tlb, ptep, address);
652 __tlb_remove_tlb_entry(tlb, ptep, address); \

Completed in 93 milliseconds