summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library/CpuMmuLib/LoongArch64/TlbInvalid.h
diff options
context:
space:
mode:
Diffstat (limited to 'UefiCpuPkg/Library/CpuMmuLib/LoongArch64/TlbInvalid.h')
-rw-r--r--UefiCpuPkg/Library/CpuMmuLib/LoongArch64/TlbInvalid.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/UefiCpuPkg/Library/CpuMmuLib/LoongArch64/TlbInvalid.h b/UefiCpuPkg/Library/CpuMmuLib/LoongArch64/TlbInvalid.h
new file mode 100644
index 0000000..5063e66
--- /dev/null
+++ b/UefiCpuPkg/Library/CpuMmuLib/LoongArch64/TlbInvalid.h
@@ -0,0 +1,24 @@
+/** @file
+
+ Copyright (c) 2024 Loongson Technology Corporation Limited. All rights reserved.<BR>
+
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#ifndef INVALID_TLB_H_
+#define INVALID_TLB_H_
+
+/**
+ Invalid corresponding TLB entries are based on the address given
+
+ @param Address The address corresponding to the invalid page table entry
+
+ @retval none
+**/
+VOID
+InvalidTlb (
+ UINTN Address
+ );
+
+#endif // INVALID_TLB_H_