VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c@ 99396

Last change on this file since 99396 was 89983, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 658 bytes
Line 
1/** @file
2 Null instance of CPU Library.
3
4 Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9/**
10 Places the CPU in a sleep state until an interrupt is received.
11
12 Places the CPU in a sleep state until an interrupt is received. If interrupts
13 are disabled prior to calling this function, then the CPU will be placed in a
14 sleep state indefinitely.
15
16**/
17VOID
18EFIAPI
19CpuSleep (
20 VOID
21 )
22{
23}
24
25/**
26 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
27
28 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
29
30**/
31VOID
32EFIAPI
33CpuFlushTlb (
34 VOID
35 )
36{
37}
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette