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.c360 …CopyMem (&Record->ContextFunctions, &mContextFunctions[Qualified->Type], sizeof (Record->ContextFu… in QNCSmmCoreRegister()
671 if (RecordToExhaust->ContextFunctions.GetContext != NULL) { in QNCSmmCoreDispatcher()
677 ASSERT (RecordToExhaust->ContextFunctions.CmpContext != NULL); in QNCSmmCoreDispatcher()
682 RecordToExhaust->ContextFunctions.GetContext (RecordToExhaust, &Context); in QNCSmmCoreDispatcher()
683 …ContextsMatch = RecordToExhaust->ContextFunctions.CmpContext (&Context, &RecordToExhaust->ChildCon… in QNCSmmCoreDispatcher()
698 ASSERT (RecordToExhaust->ContextFunctions.GetBuffer != NULL); in QNCSmmCoreDispatcher()
700 RecordToExhaust->ContextFunctions.GetBuffer (RecordToExhaust); in QNCSmmCoreDispatcher()
DQNCSmm.h283 extern CONTEXT_FUNCTIONS ContextFunctions[NUM_PROTOCOLS];
409 CONTEXT_FUNCTIONS ContextFunctions; member