Searched refs:__tlb_remove_tlb_entry (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | tlb.h | 25 #define __tlb_remove_tlb_entry __tlb_remove_tlb_entry macro 36 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry() function
|
| /Linux-v5.4/include/asm-generic/ |
| D | tlb.h | 490 #ifndef __tlb_remove_tlb_entry 491 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) macro 505 __tlb_remove_tlb_entry(tlb, ptep, address); \ 516 __tlb_remove_tlb_entry(tlb, ptep, address); \
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | tlb_64.h | 28 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) macro
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | tlb.h | 7 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) macro
|