Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dmmu_gather.c220 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/linux-5.19.10/include/asm-generic/
Dtlb.h212 #define tlb_remove_table(tlb, page) tlb_remove_page((tlb), (page)) macro
/linux-5.19.10/arch/x86/include/asm/
Dparavirt_types.h167 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member