TianoCore EDK2 master
Loading...
Searching...
No Matches
ArchSec.c File Reference
#include "Sec.h"

Go to the source code of this file.

Functions

VOID PeiCommonExceptionEntry (IN UINT32 Entry, IN UINTN LR)
 

Detailed Description

Architecture specific handling of CPU exceptions taken while running in PEI.

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

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

Definition in file ArchSec.c.

Function Documentation

◆ PeiCommonExceptionEntry()

VOID PeiCommonExceptionEntry ( IN UINT32  Entry,
IN UINTN  LR 
)

Minimal high level handling of exceptions occurring in PEI.

Parameters
[in]EntryType of exception
[in]LRAddress of instruction where the exception was taken

Definition at line 19 of file ArchSec.c.