ReactOS 0.4.16-dev-319-g6cf4263
|
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 | ( | _In_ ULONG * | Size, |
_In_ USHORT * | Segment, | ||
_In_ USHORT * | Offset | ||
) |
Definition at line 151 of file x86bios.c.
Referenced by IntInt10AllocateBuffer().
Definition at line 410 of file x86bios.c.
Referenced by IntInt10CallBios().
Definition at line 180 of file x86bios.c.
Referenced by IntInt10FreeBuffer().
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 IntInt10ReadMemory().
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 IntInt10WriteMemory().
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().