VirtualBox

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

最後變更 在這個檔案是 105670,由 vboxsync 提交於 5 月 前

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 687 位元組
 
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#include <Library/CpuLib.h>
10
11/**
12 Places the CPU in a sleep state until an interrupt is received.
13
14 Places the CPU in a sleep state until an interrupt is received. If interrupts
15 are disabled prior to calling this function, then the CPU will be placed in a
16 sleep state indefinitely.
17
18**/
19VOID
20EFIAPI
21CpuSleep (
22 VOID
23 )
24{
25}
26
27/**
28 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
29
30 Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
31
32**/
33VOID
34EFIAPI
35CpuFlushTlb (
36 VOID
37 )
38{
39}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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