Commit 5b84529
Pengfei Li
ANDROID: mm: Export several symbols
Exports several symbols which are used in the vendor ko.
mte_sync_tags - It is used by the macro set_pte_at.
mthp_stats - It is used by mod_mthp_stat().
swapper_spaces - It is used by macro swap_address_space.
swap_migration_ad_supported - It is used by
make_migration_entry_young().
__mmu_notifier_invalidate_range_start
__mmu_notifier_arch_invalidate_secondary_tlbs
__mmu_notifier_invalidate_range_end - These three functions are used in
vendors ko to invalidate and refresh the tlb.
Bug: 431672372
Bug: 435545311
Change-Id: I5f61af22ed9c11cd5c5a79eaa49a62c5153693b9
Signed-off-by: Pengfei Li <pengfei.kernel@vivo.corp-partner.google.com>
(cherry picked from commit 8a9183c5070d253367df1933eb6e6b30da7d91ba)1 parent 92fd103 commit 5b84529
File tree
5 files changed
+7
-0
lines changed- arch/arm64/kernel
- mm
5 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
| 579 | + | |
579 | 580 | | |
580 | 581 | | |
581 | 582 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| 536 | + | |
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
| |||
569 | 570 | | |
570 | 571 | | |
571 | 572 | | |
| 573 | + | |
572 | 574 | | |
573 | 575 | | |
574 | 576 | | |
| |||
587 | 589 | | |
588 | 590 | | |
589 | 591 | | |
| 592 | + | |
590 | 593 | | |
591 | 594 | | |
592 | 595 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments