Home
last modified time | relevance | path

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

/DragonStub/lib/ia64/
H A Dsalpal.c62 CALL_PAL_PROC GlobalPalProc; variable
74 GlobalPalProc = NULL; in LibInitSalAndPalProc()
100 GlobalPalProc = (CALL_PAL_PROC)PalProcPlabel.ProcEntryPoint; in LibInitSalAndPalProc()
311 if (!GlobalPalProc) { in LibPalProc()
324 ReturnValue = MakeStackedPALCall((UINT64)GlobalPalProc,Arg1,Arg2,Arg3,Arg4); in LibPalProc()
327 ReturnValue = MakeStaticPALCall((UINT64)GlobalPalProc,Arg1,Arg2,Arg3,Arg4); in LibPalProc()
/DragonStub/inc/ia64/
H A Dsalproc.h259 extern CALL_PAL_PROC GlobalPalProc;