summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/CpuMmuLib/LoongArch64/TlbInvalid.h
blob: 5063e6662b63b4ce283bf9b140900f0693086618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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_