Home
last modified time | relevance | path

Searched refs:InterruptType (Results 1 – 25 of 51) sorted by relevance

123

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DPeiDxeSmmCpuException.c265 IN EFI_EXCEPTION_TYPE InterruptType, in RegisterCpuInterruptHandlerWorker() argument
278 if (InterruptType < 0 || InterruptType >= (EFI_EXCEPTION_TYPE)EnabledInterruptNum || in RegisterCpuInterruptHandlerWorker()
279 ReservedVectors[InterruptType].Attribute == EFI_VECTOR_HANDOFF_DO_NOT_HOOK) { in RegisterCpuInterruptHandlerWorker()
283 if (InterruptHandler == NULL && ExternalInterruptHandler[InterruptType] == NULL) { in RegisterCpuInterruptHandlerWorker()
287 if (InterruptHandler != NULL && ExternalInterruptHandler[InterruptType] != NULL) { in RegisterCpuInterruptHandlerWorker()
291 ExternalInterruptHandler[InterruptType] = InterruptHandler; in RegisterCpuInterruptHandlerWorker()
DSmmException.c128 IN EFI_EXCEPTION_TYPE InterruptType, in RegisterCpuInterruptHandler() argument
132 …return RegisterCpuInterruptHandlerWorker (InterruptType, InterruptHandler, &mExceptionHandlerData); in RegisterCpuInterruptHandler()
DDxeException.c199 IN EFI_EXCEPTION_TYPE InterruptType, in RegisterCpuInterruptHandler() argument
203 …return RegisterCpuInterruptHandlerWorker (InterruptType, InterruptHandler, &mExceptionHandlerData); in RegisterCpuInterruptHandler()
DSecPeiCpuException.c178 IN EFI_EXCEPTION_TYPE InterruptType, in RegisterCpuInterruptHandler() argument
DPeiCpuException.c179 IN EFI_EXCEPTION_TYPE InterruptType, in RegisterCpuInterruptHandler() argument
DCpuExceptionCommon.h175 IN EFI_EXCEPTION_TYPE InterruptType,
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/
DIntHandlerFuncs.c30 IN UINTN InterruptType in CheckDebugAgentHandler() argument
41 InterruptHandler = IdtEntry[InterruptType].Bits.OffsetLow + in CheckDebugAgentHandler()
42 (((UINTN)IdtEntry[InterruptType].Bits.OffsetHigh) << 16) + in CheckDebugAgentHandler()
43 (((UINTN)IdtEntry[InterruptType].Bits.OffsetUpper) << 32); in CheckDebugAgentHandler()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/
DIntHandlerFuncs.c30 IN UINTN InterruptType in CheckDebugAgentHandler() argument
41 InterruptHandler = IdtEntry[InterruptType].Bits.OffsetLow + in CheckDebugAgentHandler()
42 (IdtEntry[InterruptType].Bits.OffsetHigh << 16); in CheckDebugAgentHandler()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DException.c99 IN EFI_EXCEPTION_TYPE InterruptType, in RegisterInterruptHandler() argument
103 return (EFI_STATUS)RegisterCpuInterruptHandler(InterruptType, InterruptHandler); in RegisterInterruptHandler()
DCpuDxe.h72 IN EFI_EXCEPTION_TYPE InterruptType,
99 IN EFI_EXCEPTION_TYPE InterruptType,
DCpuDxe.c177 IN EFI_EXCEPTION_TYPE InterruptType, in CpuRegisterInterruptHandler() argument
181 return RegisterInterruptHandler (InterruptType, InterruptHandler); in CpuRegisterInterruptHandler()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DCpu.h59 IN CONST EFI_EXCEPTION_TYPE InterruptType,
202 IN EFI_EXCEPTION_TYPE InterruptType,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/
DCpu.h49 IN EFI_EXCEPTION_TYPE InterruptType,
205 IN EFI_EXCEPTION_TYPE InterruptType,
/device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
DCpu.c253 IN EFI_EXCEPTION_TYPE InterruptType, in WinNtRegisterInterruptHandler() argument
283 if (InterruptType < 0 || InterruptType > 0xff) { in WinNtRegisterInterruptHandler()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DCpuExceptionHandlerLib.h92 IN EFI_EXCEPTION_TYPE InterruptType,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/
DCpuExceptionHandlerLibNull.c93 IN EFI_EXCEPTION_TYPE InterruptType, in RegisterCpuInterruptHandler() argument
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
DCpu.c337 IN EFI_EXCEPTION_TYPE InterruptType, in EmuRegisterInterruptHandler() argument
344 if (InterruptType < 0 || InterruptType > 0xff) { in EmuRegisterInterruptHandler()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/
DPeCoffExtraActionLib.h49 IN UINTN InterruptType
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DServerProcessorManagementInterfaceTable.h41 UINT8 InterruptType; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSerialPortConsoleRedirectionTable.h41 UINT8 InterruptType; member
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DPageTbl.c89 IN EFI_EXCEPTION_TYPE InterruptType, in SmiPFHandler() argument
97 ASSERT (InterruptType == EXCEPT_IA32_PAGE_FAULT); in SmiPFHandler()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.h168 IN EFI_EXCEPTION_TYPE InterruptType,
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
DArmGicCommonDxe.c20 IN EFI_EXCEPTION_TYPE InterruptType,
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/
DSpcr.aslc41 EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_INTERRUPT_TYPE_GIC, //InterruptType;
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
DAcpi3_0.h344 UINT8 InterruptType; member
426 UINT8 InterruptType; member

123