UefiCpuPkg/ExceptionLib: Update UpdateIdtTable()
Add parameter CpuExceptionData for UpdateIdtTable(). Cc: Michael Kinney <michael.d.kinney@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Feng Tian <feng.tian@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
@@ -174,16 +174,17 @@ RegisterCpuInterruptHandlerWorker (
|
||||
/**
|
||||
Internal worker function to update IDT entries accordling to vector attributes.
|
||||
|
||||
@param[in] IdtTable Pointer to IDT table.
|
||||
@param[in] TemplateMap Pointer to a buffer where the address map is returned.
|
||||
@param[in] IdtEntryCount IDT entries number to be updated.
|
||||
@param[in] IdtTable Pointer to IDT table.
|
||||
@param[in] TemplateMap Pointer to a buffer where the address map is
|
||||
returned.
|
||||
@param[in] ExceptionHandlerData Pointer to exception handler data.
|
||||
|
||||
**/
|
||||
VOID
|
||||
UpdateIdtTable (
|
||||
IN IA32_IDT_GATE_DESCRIPTOR *IdtTable,
|
||||
IN EXCEPTION_HANDLER_TEMPLATE_MAP *TemplateMap,
|
||||
IN UINTN IdtEntryCount
|
||||
IN EXCEPTION_HANDLER_DATA *ExceptionHandlerData
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user