Home
last modified time | relevance | path

Searched refs:__tlb_remove_tlb_entry (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/powerpc/include/asm/
Dtlb.h22 #define __tlb_remove_tlb_entry __tlb_remove_tlb_entry macro
41 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry() function
/Linux-v6.6/include/asm-generic/
Dtlb.h594 #ifndef __tlb_remove_tlb_entry
595 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) macro
608 __tlb_remove_tlb_entry(tlb, ptep, address); \
622 __tlb_remove_tlb_entry(tlb, ptep, address); \
/Linux-v6.6/arch/loongarch/include/asm/
Dtlb.h135 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) macro