blob: 8b792f0a3789226e61374dfc7117f81038176bb8 [file] [log] [blame]
#------------------------------------------------------------------------------
#
# CpuFlushTlb() for LoongArch64
#
# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#------------------------------------------------------------------------------
ASM_GLOBAL ASM_PFX(CpuFlushTlb)
ASM_PFX(CpuFlushTlb):
tlbflush
jirl $zero, $ra, 0
.end