ArmPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ArmSmcLib.h File Reference

Data Structures

struct  ARM_SMC_ARGS
 

Functions

VOID ArmCallSmc (IN OUT ARM_SMC_ARGS *Args)
 

Detailed Description

Copyright (c) 2012-2014, ARM Limited. All rights reserved.

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

Function Documentation

VOID ArmCallSmc ( IN OUT ARM_SMC_ARGS Args)

Trigger an SMC call

SMC calls can take up to 7 arguments and return up to 4 return values. Therefore, the 4 first fields in the ARM_SMC_ARGS structure are used for both input and output values.