Home
last modified time | relevance | path

Searched defs:tlb_remove_table (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/mm/
Dmmu_gather.c354 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/linux-6.14.4/include/asm-generic/
Dtlb.h229 static inline void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/linux-6.14.4/arch/x86/include/asm/
Dparavirt_types.h136 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member