ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

ke.h File Reference
#include "intrin_i.h"
#include "mm.h"

Go to the source code of this file.

Defines

#define KiServiceExit2   KiExceptionExit
#define PCR_ENTRY   0
#define PDR_ENTRY   2
#define KD_BREAKPOINT_TYPE   ULONG
#define KD_BREAKPOINT_SIZE   sizeof(ULONG)
#define KeGetContextPc(Context)   ((Context)->Pc)
#define KeSetContextPc(Context, ProgramCounter)   ((Context)->Pc = (ProgramCounter))
#define KeGetTrapFramePc(TrapFrame)   ((TrapFrame)->Pc)
#define KeGetContextReturnRegister(Context)   ((Context)->R0)
#define KeSetContextReturnRegister(Context, ReturnValue)   ((Context)->R0 = (ReturnValue))
#define KeGetTrapFrame(Thread)
#define KeGetExceptionFrame(Thread)
#define KeGetContextSwitches(Prcb)   CONTAINING_RECORD(Prcb, KIPCR, PrcbData)->ContextSwitches
#define KiGetSecondLevelDCacheSize()   ((PKIPCR)KeGetPcr())->SecondLevelDcacheSize
#define Ki386PerfEnd()
#define KiEndInterrupt(x, y)
#define KiGetLinkedTrapFrame(x)   (PKTRAP_FRAME)((x)->PreviousTrapFrame)
#define KiGetPreviousMode(tf)   ((tf->Spsr & CPSR_MODES) == CPSR_USER_MODE) ? UserMode: KernelMode

Functions

FORCEINLINE BOOLEAN KeDisableInterrupts (VOID)
FORCEINLINE VOID KeRestoreInterrupts (BOOLEAN WereEnabled)
FORCEINLINE VOID KeInvalidateTlbEntry (IN PVOID Address)
FORCEINLINE VOID KeFlushProcessTb (VOID)
FORCEINLINE VOID KiRundownThread (IN PKTHREAD Thread)
VOID KiPassiveRelease (VOID)
VOID KiSystemService (IN PKTHREAD Thread, IN PKTRAP_FRAME TrapFrame, IN ULONG Instruction)
VOID KiApcInterrupt (VOID)
VOID KeFlushTb (VOID)

Generated on Sun May 27 2012 05:58:30 for ReactOS by doxygen 1.7.6.1

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