|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Variables | |
| PFN_NUMBER | x86BiosFallbackPfn |
| BOOLEAN | x86BiosIsInitialized |
| LONG | x86BiosBufferIsAllocated = 0 |
| PUCHAR | x86BiosMemoryMapping |
| ULONG64 | x86BiosBufferPhysical |
Definition at line 48 of file x86bios.c.
Referenced by HalInitSystem().
Definition at line 299 of file x86bios.c.
Referenced by x86IoRead(), and x86IoWrite().
| NTSTATUS NTAPI x86BiosAllocateBuffer | ( | _Inout_ ULONG * | Size, |
| _Out_ USHORT * | Segment, | ||
| _Out_ USHORT * | Offset | ||
| ) |
Definition at line 151 of file x86bios.c.
Referenced by IntInitializeX86Emu(), and IntInt10AllocateBufferEmu().
Definition at line 410 of file x86bios.c.
Referenced by IntInitializeX86Emu(), and IntInt10CallBiosEmu().
Definition at line 180 of file x86bios.c.
Referenced by IntInitializeX86Emu(), and IntInt10FreeBufferEmu().
| NTSTATUS NTAPI x86BiosReadMemory | ( | _In_ USHORT | Segment, |
| _In_ USHORT | Offset, | ||
| _Out_writes_bytes_(Size) PVOID | Buffer, | ||
| _In_ ULONG | Size | ||
| ) |
Definition at line 204 of file x86bios.c.
Referenced by IntInitializeX86Emu(), and IntInt10ReadMemoryEmu().
| NTSTATUS NTAPI x86BiosWriteMemory | ( | _In_ USHORT | Segment, |
| _In_ USHORT | Offset, | ||
| _In_reads_bytes_(Size) PVOID | Buffer, | ||
| _In_ ULONG | Size | ||
| ) |
Definition at line 231 of file x86bios.c.
Referenced by IntInitializeX86Emu(), and IntInt10WriteMemoryEmu().
Definition at line 401 of file x86bios.c.
Referenced by x86BiosCall().
|
static |
Definition at line 343 of file x86bios.c.
Referenced by x86BiosCall().
|
static |
Definition at line 367 of file x86bios.c.
Referenced by x86BiosCall().
|
static |
Definition at line 259 of file x86bios.c.
Referenced by x86BiosCall().
|
static |
Definition at line 280 of file x86bios.c.
Referenced by x86BiosCall().
| LONG x86BiosBufferIsAllocated = 0 |
Definition at line 23 of file x86bios.c.
Referenced by x86BiosAllocateBuffer(), and x86BiosFreeBuffer().
| ULONG64 x86BiosBufferPhysical |
Definition at line 27 of file x86bios.c.
Referenced by HalInitializeBios(), and x86BiosAllocateBuffer().
| PFN_NUMBER x86BiosFallbackPfn |
Definition at line 20 of file x86bios.c.
Referenced by HalInitializeBios().
| BOOLEAN x86BiosIsInitialized |
Definition at line 22 of file x86bios.c.
Referenced by HalInitializeBios(), x86BiosAllocateBuffer(), x86BiosFreeBuffer(), x86BiosReadMemory(), and x86BiosWriteMemory().
| PUCHAR x86BiosMemoryMapping |
Definition at line 24 of file x86bios.c.
Referenced by HalInitializeBios(), x86BiosCall(), x86BiosReadMemory(), x86BiosWriteMemory(), x86MemRead(), and x86MemWrite().