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

Go to the source code of this file.

Macros

#define ARM_GIC_ARCH_SPI_MIN   32
 
#define ARM_GIC_ARCH_SPI_MAX   1019
 
#define ARM_GIC_ARCH_EXT_SPI_MIN   4096
 
#define ARM_GIC_ARCH_EXT_SPI_MAX   5119
 

Enumerations

enum  ARM_GIC_ARCH_REVISION { ARM_GIC_ARCH_REVISION_2 , ARM_GIC_ARCH_REVISION_3 }
 

Functions

ARM_GIC_ARCH_REVISION EFIAPI ArmGicGetSupportedArchRevision (VOID)
 

Detailed Description

Copyright (c) 2015, Linaro Ltd. All rights reserved. Copyright (c) 2024, Arm Limited. All rights reserved.

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

Reference(s):

Definition in file ArmGicArchLib.h.

Macro Definition Documentation

◆ ARM_GIC_ARCH_EXT_SPI_MAX

#define ARM_GIC_ARCH_EXT_SPI_MAX   5119

Definition at line 38 of file ArmGicArchLib.h.

◆ ARM_GIC_ARCH_EXT_SPI_MIN

#define ARM_GIC_ARCH_EXT_SPI_MIN   4096

Definition at line 37 of file ArmGicArchLib.h.

◆ ARM_GIC_ARCH_SPI_MAX

#define ARM_GIC_ARCH_SPI_MAX   1019

Definition at line 36 of file ArmGicArchLib.h.

◆ ARM_GIC_ARCH_SPI_MIN

#define ARM_GIC_ARCH_SPI_MIN   32

Definition at line 35 of file ArmGicArchLib.h.

Enumeration Type Documentation

◆ ARM_GIC_ARCH_REVISION

enum ARM_GIC_ARCH_REVISION

Definition at line 21 of file ArmGicArchLib.h.

Function Documentation

◆ ArmGicGetSupportedArchRevision()

ARM_GIC_ARCH_REVISION EFIAPI ArmGicGetSupportedArchRevision ( VOID  )

Definition at line 56 of file ArmGicArchLib.c.