Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/include/asm/
Dtlb.h24 #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, in __tlb_remove_tlb_entry() function
/Linux-v5.15/include/asm-generic/
Dtlb.h548 #ifndef __tlb_remove_tlb_entry
549 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) macro
562 __tlb_remove_tlb_entry(tlb, ptep, address); \
572 __tlb_remove_tlb_entry(tlb, ptep, address); \