TianoCore EDK2 master
Loading...
Searching...
No Matches
MockMpService.h File Reference

Go to the source code of this file.

Data Structures

struct  MockMpService
 

Functions

 MOCK_INTERFACE_DEFINITION (MockMpService)
 
 MOCK_FUNCTION_DEFINITION (MockMpService, GetNumberOfProcessors, 3, EFIAPI)
 
 MOCK_FUNCTION_DEFINITION (MockMpService, GetProcessorInfo, 3, EFIAPI)
 
 MOCK_FUNCTION_DEFINITION (MockMpService, StartupAllAPs, 7, EFIAPI)
 
 MOCK_FUNCTION_DEFINITION (MockMpService, StartupThisAP, 7, EFIAPI)
 
 MOCK_FUNCTION_DEFINITION (MockMpService, SwitchBSP, 3, EFIAPI)
 
 MOCK_FUNCTION_DEFINITION (MockMpService, EnableDisableAP, 4, EFIAPI)
 
 MOCK_FUNCTION_DEFINITION (MockMpService, WhoAmI, 2, EFIAPI)
 

Variables

EFI_MP_SERVICES_PROTOCOLgMpServiceProtocol = &MP_SERVICE_PROTOCOL_INSTANCE
 

Detailed Description

This file declares a mock of MP service Protocol.

Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file MockMpService.h.

Variable Documentation

◆ gMpServiceProtocol

EFI_MP_SERVICES_PROTOCOL* gMpServiceProtocol = &MP_SERVICE_PROTOCOL_INSTANCE

Definition at line 121 of file MockMpService.h.