Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/include/asm/
Dtlb.h41 #define tlb_remove_table(tlb, entry) tlb_remove_page(tlb, entry) macro
/Linux-v5.4/mm/
Dmmu_gather.c157 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/Linux-v5.4/arch/x86/include/asm/
Dparavirt_types.h212 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member