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

Go to the source code of this file.

Functions

VOID DisableInterruptsOnIret (IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 

Detailed Description

Force interrupt handler to return with interrupts still disabled.

Copyright (C) 2022, Fen Systems Ltd.

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

Definition in file Iret.h.

Function Documentation

◆ DisableInterruptsOnIret()

VOID DisableInterruptsOnIret ( IN OUT EFI_SYSTEM_CONTEXT  SystemContext)

Force interrupt handler to return with interrupts still disabled.

Parameters
SystemContextA pointer to the system context when the interrupt occurred.

Definition at line 21 of file Iret.c.