Jump to Navigation
Home
Forum | Wiki | Bugtracker | Contact

Doxygen

  • Main Page
  • Alphabetical List
  • Data Structures
  • Directories
  • File List
  • Data Fields
  • Globals
  • Related Pages

Search

Doxygen

  • pic.c
HalBeginSystemInterrupt
HalClearSoftwareInterrupt
HalDisableSystemInterrupt
HalEnableSystemInterrupt
HalEndSystemInterrupt
HalGetInterruptSource
HalpInitializeInterrupts
HalpIrqlTable
HalpMaskTable
HalRequestSoftwareInterrupt
KeGetCurrentIrql
KeRaiseIrqlToDpcLevel
KeRaiseIrqlToSynchLevel
KfLowerIrql
KfRaiseIrql
NDEBUG
VOID FASTCALL HalRequestSoftwareInterrupt ( IN KIRQL  Irql)

Definition at line 271 of file pic.c.

Referenced by KeDetachProcess(), KeFlushQueuedDpcs(), KeInsertQueueDpc(), KeSetTimerEx(), KeUnstackDetachProcess(), KeUpdateRunTime(), KiCheckForKernelApcDelivery(), KiCheckForTimerExpiration(), KiCompleteTimer(), KiExitDispatcher(), KiInsertQueueApc(), KiIpiServiceRoutine(), KiSwapContextExit(), and KiSwapContextResume().

{
    /* Force a software interrupt */
    WRITE_REGISTER_ULONG(VIC_SOFT_INT, 1 << Irql);
}

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.