Home
last modified time | relevance | path

Searched refs:ContextFunctions (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
DQNCSmmCore.c361 …CopyMem (&Record->ContextFunctions, &mContextFunctions[Qualified->Type], sizeof (Record->ContextFu… in QNCSmmCoreRegister()
696 if (RecordToExhaust->ContextFunctions.GetContext != NULL) { in QNCSmmCoreDispatcher()
702 ASSERT (RecordToExhaust->ContextFunctions.CmpContext != NULL); in QNCSmmCoreDispatcher()
707 RecordToExhaust->ContextFunctions.GetContext (RecordToExhaust, &Context); in QNCSmmCoreDispatcher()
708 …ContextsMatch = RecordToExhaust->ContextFunctions.CmpContext (&Context, &RecordToExhaust->ChildCon… in QNCSmmCoreDispatcher()
727 ASSERT (RecordToExhaust->ContextFunctions.GetBuffer != NULL); in QNCSmmCoreDispatcher()
729 RecordToExhaust->ContextFunctions.GetBuffer (RecordToExhaust); in QNCSmmCoreDispatcher()
DQNCSmm.h283 extern CONTEXT_FUNCTIONS ContextFunctions[NUM_PROTOCOLS];
412 CONTEXT_FUNCTIONS ContextFunctions; member