ReactOS 0.4.15-dev-7998-gdb93cb1
up.c File Reference
#include <hal.h>
#include <debug.h>
Include dependency graph for up.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

VOID NTAPI HalRequestIpi (_In_ KAFFINITY TargetProcessors)
 
BOOLEAN NTAPI HalStartNextProcessor (_In_ PLOADER_PARAMETER_BLOCK LoaderBlock, _In_ PKPROCESSOR_STATE ProcessorState)
 
VOID HalpSetupProcessorsTable (_In_ UINT32 NTProcessorNumber)
 
VOID FASTCALL HalpBroadcastClockIpi (_In_ UCHAR Vector)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 12 of file up.c.

Function Documentation

◆ HalpBroadcastClockIpi()

VOID FASTCALL HalpBroadcastClockIpi ( _In_ UCHAR  Vector)

Definition at line 45 of file up.c.

47{
48 NOTHING;
49}
#define NOTHING
Definition: input_list.c:10

Referenced by HalpClockInterruptHandler().

◆ HalpSetupProcessorsTable()

VOID HalpSetupProcessorsTable ( _In_ UINT32  NTProcessorNumber)

Definition at line 37 of file up.c.

39{
40 NOTHING;
41}

Referenced by HalpInitProcessor().

◆ HalRequestIpi()

VOID NTAPI HalRequestIpi ( _In_ KAFFINITY  TargetProcessors)

Definition at line 19 of file up.c.

21{
22 /* This should never be called in UP mode */
24}
void __cdecl __debugbreak(void)
Definition: intrin_ppc.h:698

◆ HalStartNextProcessor()

BOOLEAN NTAPI HalStartNextProcessor ( _In_ PLOADER_PARAMETER_BLOCK  LoaderBlock,
_In_ PKPROCESSOR_STATE  ProcessorState 
)

Definition at line 28 of file up.c.

31{
32 /* Always return false on UP systems */
33 return FALSE;
34}
#define FALSE
Definition: types.h:117