Home
last modified time | relevance | path

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

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