VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/SmmIoLib.h@ 105681

最後變更 在這個檔案從105681是 99404,由 vboxsync 提交於 20 月 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.1 KB
 
1/** @file
2 Provides services for SMM IO Operation.
3
4 The SMM IO Library provides function for checking if IO resource is accessible inside of SMM.
5
6 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9**/
10
11#ifndef _SMM_IO_LIB_H_
12#define _SMM_IO_LIB_H_
13
14/**
15 This function check if the MMIO resource is valid per processor architecture and
16 valid per platform design.
17
18 @param BaseAddress The MMIO start address to be checked.
19 @param Length The MMIO length to be checked.
20 @param Owner A GUID representing the owner of the resource.
21 This GUID may be used by producer to correlate the device ownership of the resource.
22 NULL means no specific owner.
23
24 @retval TRUE This MMIO resource is valid per processor architecture and valid per platform design.
25 @retval FALSE This MMIO resource is not valid per processor architecture or valid per platform design.
26**/
27BOOLEAN
28EFIAPI
29SmmIsMmioValid (
30 IN EFI_PHYSICAL_ADDRESS BaseAddress,
31 IN UINT64 Length,
32 IN EFI_GUID *Owner OPTIONAL
33 );
34
35#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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