]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Include/Library/SmmCpuRendezvousLib.h
OvmfPkg: Add README for TDVF
[mirror_edk2.git] / UefiCpuPkg / Include / Library / SmmCpuRendezvousLib.h
CommitLineData
4a68176c
LZ
1/** @file\r
2 SMM CPU Rendezvous library header file.\r
3\r
4 Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>\r
5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
7**/\r
8\r
9#ifndef SMM_CPU_RENDEZVOUS_H_\r
10#define SMM_CPU_RENDEZVOUS_H_\r
11\r
12/**\r
13 This routine wait for all AP processors to arrive in SMM.\r
14\r
15 @param[in] BlockingMode Blocking mode or non-blocking mode.\r
16\r
17 @retval EFI_SUCCESS All processors checked in to SMM.\r
18 @retval EFI_TIMEOUT Wait for all APs until timeout.\r
19\r
20**/\r
21EFI_STATUS\r
22EFIAPI\r
23SmmWaitForAllProcessor (\r
24 IN BOOLEAN BlockingMode\r
25 );\r
26\r
27#endif\r