TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | ARM_MONITOR_ARGS |
Functions | |
VOID EFIAPI | ArmMonitorCall (IN OUT ARM_MONITOR_ARGS *Args) |
Copyright (c) 2022, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ArmMonitorLib.h.
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.
[in,out] | Args | Arguments for the HVC/SMC. |
Monitor call.
An HyperVisor Call (HVC) or System Monitor Call (SMC) will be issued depending on the default conduit.
[in,out] | Args | Arguments for the HVC/SMC. |
Definition at line 84 of file ArmVirtQemuMonitorLib.c.