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

Go to the source code of this file.

Data Structures

struct  ARM_MONITOR_ARGS
 

Functions

VOID EFIAPI ArmMonitorCall (IN OUT ARM_MONITOR_ARGS *Args)
 

Detailed Description

Copyright (c) 2022, Arm Limited. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file ArmMonitorLib.h.

Function Documentation

◆ ArmMonitorCall()

VOID EFIAPI ArmMonitorCall ( IN OUT ARM_MONITOR_ARGS Args)

Monitor call.

An HyperVisor Call (HVC) or System Monitor Call (SMC) will be issued depending on the default conduit. PcdMonitorConduitHvc determines the type of the call: if true, do an HVC.

Parameters
[in,out]ArgsArguments for the HVC/SMC.

Monitor call.

An HyperVisor Call (HVC) or System Monitor Call (SMC) will be issued depending on the default conduit.

Parameters
[in,out]ArgsArguments for the HVC/SMC.

Definition at line 84 of file ArmVirtQemuMonitorLib.c.