summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.S')
-rw-r--r--MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.S b/MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.S
index 82a7232..12c2421 100644
--- a/MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.S
+++ b/MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.S
@@ -26,6 +26,7 @@ GCC_ASM_EXPORT(CpuFlushTlb)
# )#
#
ASM_PFX(CpuFlushTlb):
+ AARCH64_BTI(c)
tlbi vmalle1 // Invalidate Inst TLB and Data TLB
dsb sy
isb