]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseCpuLib/Ebc/CpuSleepFlushTlb.c
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseCpuLib / Ebc / CpuSleepFlushTlb.c
CommitLineData
e0337bfa 1/** @file\r
2 Base Library CPU Functions for EBC\r
3\r
de2d3419 4 Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
9344f092 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
e0337bfa 6\r
7**/\r
5053cf7f 8#include <Base.h>\r
9#include <Library/DebugLib.h>\r
e0337bfa 10\r
11/**\r
12 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.\r
3e5c3238 13\r
14 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.\r
15\r
e0337bfa 16**/\r
17VOID\r
18EFIAPI\r
19CpuFlushTlb (\r
20 VOID\r
21 )\r
22{\r
23 ASSERT (FALSE);\r
24}\r
25\r
26/**\r
27 Places the CPU in a sleep state until an interrupt is received.\r
28\r
29 Places the CPU in a sleep state until an interrupt is received. If interrupts\r
30 are disabled prior to calling this function, then the CPU will be placed in a\r
31 sleep state indefinitely.\r
32\r
33**/\r
34VOID\r
35EFIAPI\r
36CpuSleep (\r
37 VOID\r
38 )\r
39{\r
40}\r