VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c@ 91375

最後變更 在這個檔案從91375是 89983,由 vboxsync 提交於 4 年 前

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 658 位元組
 
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}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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