Searched refs:__tlb_remove_tlb_entry (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | tlb.h | 22 #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-6.3-rc2/include/asm-generic/ |
A D | tlb.h | 584 #ifndef __tlb_remove_tlb_entry 585 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) macro 598 __tlb_remove_tlb_entry(tlb, ptep, address); \ 612 __tlb_remove_tlb_entry(tlb, ptep, address); \
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | tlb.h | 140 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) macro
|
Completed in 5 milliseconds