HomeSort by relevance Sort by last modified time
    Searched refs:InterruptState (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
Cpu.c 42 BOOLEAN InterruptState;
44 InterruptState = GetInterruptState ();
46 return InterruptState;
53 InterruptState. If InterruptState is TRUE, then interrupts are enabled. If
54 InterruptState is FALSE, then interrupts are disabled. InterruptState is
57 @param InterruptState TRUE if interrupts should enabled. FALSE if
60 @return InterruptState
66 IN BOOLEAN InterruptState
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
Cpu.c 32 BOOLEAN InterruptState;
34 InterruptState = GetInterruptState ();
36 return InterruptState;
43 InterruptState. If InterruptState is TRUE, then interrupts are enabled. If
44 InterruptState is FALSE, then interrupts are disabled. InterruptState is
47 @param InterruptState TRUE if interrupts should be enabled. FALSE if
50 @return InterruptState
56 IN BOOLEAN InterruptState
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
BaseAcpiTimerLib.c 32 BOOLEAN InterruptState;
36 InterruptState = SaveAndDisableInterrupts ();
40 SetInterruptState (InterruptState);
DxeAcpiTimerLib.c 37 BOOLEAN InterruptState;
41 InterruptState = SaveAndDisableInterrupts ();
45 SetInterruptState (InterruptState);
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/
FspApiLib.c 99 BOOLEAN InterruptState;
102 InterruptState = SaveAndDisableInterrupts ();
104 SetInterruptState (InterruptState);
126 BOOLEAN InterruptState;
129 InterruptState = SaveAndDisableInterrupts ();
131 SetInterruptState (InterruptState);
153 BOOLEAN InterruptState;
156 InterruptState = SaveAndDisableInterrupts ();
158 SetInterruptState (InterruptState);
180 BOOLEAN InterruptState;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePciCf8Lib/
PciCf8Lib.c 117 BOOLEAN InterruptState;
122 InterruptState = SaveAndDisableInterrupts ();
127 SetInterruptState (InterruptState);
155 BOOLEAN InterruptState;
160 InterruptState = SaveAndDisableInterrupts ();
168 SetInterruptState (InterruptState);
200 BOOLEAN InterruptState;
205 InterruptState = SaveAndDisableInterrupts ();
213 SetInterruptState (InterruptState);
245 BOOLEAN InterruptState;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciReg.c 566 HcINTERRUPT_CONTROL InterruptState;
569 ZeroMem (&InterruptState, sizeof (HcINTERRUPT_CONTROL));
572 InterruptState.SchedulingOverrunInt = Value;
576 InterruptState.WriteBackDoneInt = Value;
579 InterruptState.SofInt = Value;
583 InterruptState.ResumeDetectedInt = Value;
587 InterruptState.UnrecoverableErrorInt = Value;
591 InterruptState.FrameNumOverflowInt = Value;
595 InterruptState.RHStatusChangeInt = Value;
599 InterruptState.OwnerChangedInt = Value;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciReg.c 561 HcINTERRUPT_CONTROL InterruptState;
564 ZeroMem (&InterruptState, sizeof (HcINTERRUPT_CONTROL));
567 InterruptState.SchedulingOverrunInt = Value;
571 InterruptState.WriteBackDoneInt = Value;
574 InterruptState.SofInt = Value;
578 InterruptState.ResumeDetectedInt = Value;
582 InterruptState.UnrecoverableErrorInt = Value;
586 InterruptState.FrameNumOverflowInt = Value;
590 InterruptState.RHStatusChangeInt = Value;
594 InterruptState.OwnerChangedInt = Value;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/
Timer.c 113 BOOLEAN InterruptState;
139 mCpu->GetInterruptState (mCpu, &InterruptState);
140 while (!InterruptState) {
150 mCpu->GetInterruptState (mCpu, &InterruptState);
151 while (!InterruptState) {
153 mCpu->GetInterruptState (mCpu, &InterruptState);
161 mCpu->GetInterruptState (mCpu, &InterruptState);
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/
PeCoffExtraActionLib.c 55 BOOLEAN InterruptState;
79 InterruptState = SaveAndDisableInterrupts ();
196 SetInterruptState (InterruptState);
  /device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
Cpu.c 138 Private->InterruptState = TRUE;
172 Private->InterruptState = FALSE;
213 *State = Private->InterruptState;
CpuDriver.h 63 BOOLEAN InterruptState;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/InterruptDxe/
HardwareInterrupt.c 183 @param InterruptState TRUE: source enabled, FALSE: source disabled.
185 @retval EFI_SUCCESS InterruptState is valid
186 @retval EFI_DEVICE_ERROR InterruptState is not valid
194 IN BOOLEAN *InterruptState
200 if (InterruptState == NULL) {
213 *InterruptState = FALSE;
215 *InterruptState = TRUE;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
HardwareInterrupt.h 125 @param InterruptState TRUE: source enabled, FALSE: source disabled.
127 @retval EFI_SUCCESS InterruptState is valid
128 @retval EFI_DEVICE_ERROR InterruptState is not valid
136 IN BOOLEAN *InterruptState
  /device/linaro/bootloader/edk2/Omap35xxPkg/InterruptDxe/
HardwareInterrupt.c 183 @param InterruptState TRUE: source enabled, FALSE: source disabled.
185 @retval EFI_SUCCESS InterruptState is valid
186 @retval EFI_DEVICE_ERROR InterruptState is not valid
194 IN BOOLEAN *InterruptState
200 if (InterruptState == NULL) {
213 *InterruptState = FALSE;
215 *InterruptState = TRUE;
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV2/
ArmGicV2Dxe.c 95 @param InterruptState TRUE: source enabled, FALSE: source disabled.
97 @retval EFI_SUCCESS InterruptState is valid
106 IN BOOLEAN *InterruptState
114 *InterruptState = ArmGicIsInterruptEnabled (mGicDistributorBase, 0, Source);
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV3/
ArmGicV3Dxe.c 85 @param InterruptState TRUE: source enabled, FALSE: source disabled.
87 @retval EFI_SUCCESS InterruptState is valid
88 @retval EFI_DEVICE_ERROR InterruptState is not valid
96 IN BOOLEAN *InterruptState
104 *InterruptState = ArmGicIsInterruptEnabled (mGicDistributorBase, mGicRedistributorsBase, Source);
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
Cpu.c 286 Private->InterruptState = TRUE;
300 Private->InterruptState = FALSE;
319 *State = Private->InterruptState;
CpuDriver.h 58 BOOLEAN InterruptState;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
Thunk.c 180 BOOLEAN InterruptState;
221 InterruptState = SaveAndSetDebugTimerInterrupt (FALSE);
330 SaveAndSetDebugTimerInterrupt (InterruptState);
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.c 21 BOOLEAN InterruptState = FALSE;
156 InterruptState = TRUE;
178 InterruptState = FALSE;
204 *State = InterruptState;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
BaseXApicLib.c 187 BOOLEAN InterruptState;
192 InterruptState = SaveAndDisableInterrupts ();
225 SetInterruptState (InterruptState);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
BaseXApicX2ApicLib.c 228 BOOLEAN InterruptState;
236 InterruptState = SaveAndDisableInterrupts ();
274 SetInterruptState (InterruptState);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
MtrrLib.c 28 BOOLEAN InterruptState;
243 MtrrContext->InterruptState = SaveAndDisableInterrupts();
299 SetInterruptState (MtrrContext->InterruptState);
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.c 119 BOOLEAN InterruptState;
124 InterruptState = SaveAndDisableInterrupts ();
140 SetInterruptState (InterruptState);
    [all...]

Completed in 993 milliseconds

1 2