TianoCore EDK2 master
Loading...
Searching...
No Matches
CpuBreakpoint.c
Go to the documentation of this file.
1
9#include "BaseLibInternals.h"
10
11extern
12UINT64
13_break (
14 CHAR8 BreakCode
15 );
16
24VOID
25EFIAPI
27 VOID
28 )
29{
30 _break (3);
31}
32
40VOID
41EFIAPI
43 VOID
44 )
45{
46}
47
52VOID
53EFIAPI
55 VOID
56 )
57{
58 ASSERT (FALSE);
59}
60
65VOID
66EFIAPI
68 VOID
69 )
70{
71 ASSERT (FALSE);
72}
73
84BOOLEAN
85EFIAPI
87 VOID
88 )
89{
90 ASSERT (FALSE);
91 return FALSE;
92}
93
99VOID
100EFIAPI
102 VOID
103 )
104{
107}
108
116VOID
117EFIAPI
119 VOID
120 )
121{
122}
BOOLEAN EFIAPI GetInterruptState(VOID)
Definition: CpuBreakpoint.c:86
VOID EFIAPI MemoryFence(VOID)
Definition: CpuBreakpoint.c:42
VOID EFIAPI CpuPause(VOID)
VOID EFIAPI EnableInterrupts(VOID)
Definition: CpuBreakpoint.c:67
VOID EFIAPI DisableInterrupts(VOID)
Definition: CpuBreakpoint.c:54
VOID EFIAPI CpuBreakpoint(VOID)
Definition: CpuBreakpoint.c:26
VOID EFIAPI EnableDisableInterrupts(VOID)
#define FALSE
Definition: Base.h:307