Home | History | Annotate | Download | only in Ia32

Lines Matching refs:JumpBuffer

19   Worker function that checks ASSERT condition for JumpBuffer

21 Checks ASSERT condition for JumpBuffer.
23 If JumpBuffer is NULL, then ASSERT().
24 For IPF CPUs, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().
26 @param JumpBuffer A pointer to CPU context buffer.
32 IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer
39 Saves the current CPU context in the buffer specified by JumpBuffer and
43 If JumpBuffer is NULL, then ASSERT().
44 For IPF CPUs, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().
46 @param JumpBuffer A pointer to CPU context buffer.
55 OUT BASE_LIBRARY_JUMP_BUFFER *JumpBuffer