HomeSort by relevance Sort by last modified time
    Searched refs:RegisterContext (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/
SmmSwDispatch2OnSmmSwDispatchThunk.c 52 SMI source specified by RegisterContext->SwSmiCpuIndex is detected. On return,
59 @param[in, out] RegisterContext Pointer to the dispatch function's context.
70 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The SW SMI input value
82 IN OUT EFI_SMM_SW_REGISTER_CONTEXT *RegisterContext,
201 EFI_SMM_SW_REGISTER_CONTEXT RegisterContext;
220 RegisterContext.SwSmiInputValue = DispatchContext->SwSmiInputValue;
255 &RegisterContext,
266 SMI source specified by RegisterContext->SwSmiCpuIndex is detected. On return,
273 @param[in, out] RegisterContext Pointer to the dispatch function's context.
284 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The SW SMI input value
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmGpiDispatch2.h 54 generated because of one or more of the GPIs specified by RegisterContext. On return,
58 this function in RegisterContext and with CommBuffer pointing to another instance of
64 @param[in] RegisterContext Pointer to the dispatch function's context.
75 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The GPI input value
84 IN CONST EFI_SMM_GPI_REGISTER_CONTEXT *RegisterContext,
SmmIoTrapDispatch2.h 64 generated because of an access to an I/O port specified by RegisterContext. On return,
67 specified length and characteristics will be allocated and the Address field in RegisterContext
79 concerning the I/O action that actually happened and is passed in RegisterContext, with
85 @param[in] RegisterContext Pointer to the dispatch function's context. The caller fills this
93 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The input value is not within a valid range.
100 IN OUT EFI_SMM_IO_TRAP_REGISTER_CONTEXT *RegisterContext,
SmmPeriodicTimerDispatch2.h 66 /// Register() in RegisterContext and with CommBuffer pointing to an instance of
83 amount of time specified by RegisterContext has elapsed. On return, DispatchHandle
86 this function in RegisterContext and with CommBuffer pointing to an instance of
92 @param[in] RegisterContext Pointer to the dispatch function's context.
102 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The period input value
111 IN CONST EFI_SMM_PERIODIC_TIMER_REGISTER_CONTEXT *RegisterContext,
SmmPowerButtonDispatch2.h 56 generated because the power button was pressed or released, as specified by RegisterContext.
60 this function in RegisterContext and with CommBuffer and CommBufferSize set to NULL.
64 @param[in] RegisterContext Pointer to the dispatch function's context. The caller fills in this context
72 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The power button input value
81 IN EFI_SMM_POWER_BUTTON_REGISTER_CONTEXT *RegisterContext,
SmmStandbyButtonDispatch2.h 58 RegisterContext. On return, DispatchHandle contains a unique handle which may be used
61 this function in RegisterContext and with CommBuffer and CommBufferSize set to NULL.
65 @param[in] RegisterContext Pointer to the dispatch function's context. The caller fills in this context
73 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The standby button input value
82 IN EFI_SMM_STANDBY_BUTTON_REGISTER_CONTEXT *RegisterContext,
SmmSwDispatch2.h 39 /// this function in RegisterContext and with CommBuffer (and CommBufferSize) pointing
64 SMI source specified by RegisterContext->SwSmiCpuIndex is detected. On return,
71 @param[in, out] RegisterContext Pointer to the dispatch function's context.
82 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The SW SMI input value
94 IN OUT EFI_SMM_SW_REGISTER_CONTEXT *RegisterContext,
SmmSxDispatch2.h 64 event specified by RegisterContext is detected. On return, DispatchHandle contains a
67 this function in RegisterContext and with CommBuffer and CommBufferSize set to
72 @param[in] RegisterContext Pointer to the dispatch function's context.
89 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. Type & Phase are not
99 IN CONST EFI_SMM_SX_REGISTER_CONTEXT *RegisterContext,
SmmUsbDispatch2.h 64 related SMI specified by RegisterContext has occurred. On return, DispatchHandle
67 this function in RegisterContext and with CommBuffer containing NULL and
72 @param[in] RegisterContext Pointer to the dispatch function's context.
82 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The USB SMI type
91 IN CONST EFI_SMM_USB_REGISTER_CONTEXT *RegisterContext,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/
SmmIchnDispatch2.h 53 @param RegisterContext Pointer to the dispatch function's context.
66 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The ICHN input value
75 IN OUT EFI_SMM_ICHN_REGISTER_CONTEXT *RegisterContext,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
QNCSmmPeriodicTimer.c 109 IN QNC_SMM_CONTEXT *RegisterContext
118 if (((RegisterContext->PeriodicTimer.SmiTickInterval == 0) && (RegisterContext->PeriodicTimer.Period >= mSmmPeriodicTimerIntervals[loopvar].Interval)) ||
119 (RegisterContext->PeriodicTimer.SmiTickInterval == mSmmPeriodicTimerIntervals[loopvar].Interval)
137 IN QNC_SMM_CONTEXT *RegisterContext,
147 TimerInterval = ContextToTimerInterval (RegisterContext);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmmCore.c 309 IN QNC_SMM_CONTEXT *RegisterContext,
323 // GC_TODO: RegisterContext - add argument and description to function comment
338 if (This == NULL || RegisterContext == NULL || DispatchHandle == NULL) {
354 Record->CallbackContext = RegisterContext;
355 CopyMem (&Record->ChildContext, RegisterContext, sizeof (QNC_SMM_CONTEXT));
392 if (RegisterContext->Sw.SwSmiInputValue == (UINTN)-1) {
400 RegisterContext->Sw.SwSmiInputValue = Index;
404 if (RegisterContext->Sw.SwSmiInputValue == (UINTN)-1) {
411 CopyMem (&Record->ChildContext, RegisterContext, sizeof (QNC_SMM_CONTEXT));
457 Status = MapPeriodicTimerToSrcDesc (RegisterContext, &(Record->SrcDesc));
    [all...]
QNCSmm.h 301 // IN QNC_SMM_CONTEXT *RegisterContext,
312 RegisterContext - GC_TODO: add argument description
324 IN QNC_SMM_CONTEXT *RegisterContext,
335 RegisterContext - GC_TODO: add argument description
433 IN VOID *RegisterContext,
457 IN QNC_SMM_CONTEXT *RegisterContext,
470 RegisterContext - GC_TODO: add argument description
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 121 struct RegisterContext {
130 RegisterContext(unsigned AddressReg, unsigned ShadowReg,
201 virtual void InstrumentMemOperandPrologue(const RegisterContext &RegCtx,
206 virtual void InstrumentMemOperandEpilogue(const RegisterContext &RegCtx,
212 const RegisterContext &RegCtx,
216 const RegisterContext &RegCtx,
223 const RegisterContext &RegCtx, MCContext &Ctx,
281 const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) {
298 RegisterContext RegCtx(X86::RDX /* AddressReg */, X86::RAX /* ShadowReg */,
419 RegisterContext RegCtx
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmPeriodicSmiLib/
SmmPeriodicSmiLib.c 103 EFI_SMM_PERIODIC_TIMER_REGISTER_CONTEXT RegisterContext;
149 structure based on a pointer to a RegisterContext field.
156 RegisterContext, \
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
FirmwarePerformanceSmm.c 187 @param[in] RegisterContext Points to an optional handler context which was specified when the
206 IN CONST VOID *RegisterContext,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
SmmCorePerformanceLib.c 458 @param[in] RegisterContext Points to an optional handler context which was specified when the
476 IN CONST VOID *RegisterContext,
570 @param[in] RegisterContext Points to an optional handler context which was specified when the
588 IN CONST VOID *RegisterContext,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FaultTolerantWriteSmm.c 284 @param[in] RegisterContext Points to an optional handler context which was specified when the
303 IN CONST VOID *RegisterContext,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
OpalPasswordSupportLib.c 640 @param[in] RegisterContext Points to an optional handler context which was specified when the
658 IN CONST VOID *RegisterContext,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableSmm.c 447 @param[in] RegisterContext Points to an optional handler context which was specified when the
465 IN CONST VOID *RegisterContext,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.c 320 @param[in] RegisterContext Points to an optional handler context which was specified when the
334 IN CONST VOID *RegisterContext,
    [all...]

Completed in 607 milliseconds