We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ff933 commit 20ee6d7Copy full SHA for 20ee6d7
arch/powerpc/mm/book3s64/hash_tlb.c
@@ -30,6 +30,7 @@
30
#include <trace/events/thp.h>
31
32
DEFINE_PER_CPU(struct ppc64_tlb_batch, ppc64_tlb_batch);
33
+EXPORT_SYMBOL_IF_KUNIT(ppc64_tlb_batch); /* For lazy_mmu_mode KUnit tests */
34
35
/*
36
* A linux PTE was changed and the corresponding hash table entry
@@ -154,6 +155,7 @@ void __flush_tlb_pending(struct ppc64_tlb_batch *batch)
154
155
flush_hash_range(i, local);
156
batch->index = 0;
157
}
158
+EXPORT_SYMBOL_IF_KUNIT(__flush_tlb_pending); /* For lazy_mmu_mode KUnit tests */
159
160
void hash__tlb_flush(struct mmu_gather *tlb)
161
{
0 commit comments