Functions setting CPU attributes.
#include <windows.h>
#include "hyport.h"
Functions | |
I_32 VMCALL | hycpu_startup (struct HyPortLibrary *portLibrary) |
PortLibrary startup. | |
void VMCALL | hycpu_shutdown (struct HyPortLibrary *portLibrary) |
PortLibrary shutdown. | |
void VMCALL | hycpu_flush_icache (struct HyPortLibrary *portLibrary, void *memoryPointer, UDATA byteAmount) |
CPU Control operations. |
|
CPU Control operations. Flush the instruction cache to memory.
|
|
PortLibrary shutdown. This function is called during shutdown of the portLibrary. Any resources that were created by hycpu_startup should be destroyed here.
|
|
PortLibrary startup. This function is called during startup of the portLibrary. Any resources that are required for the exit operations may be created here. All resources created here should be destroyed in hycpu_shutdown.
|