ReactOS 0.4.15-dev-5865-g640e228
|
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 498 of file x86bios.c.
Referenced by HalInitializeBios(), and HalInitSystem().
Definition at line 300 of file x86bios.c.
Referenced by x86IoRead(), and x86IoWrite().
NTSTATUS NTAPI x86BiosAllocateBuffer | ( | _In_ ULONG * | Size, |
_In_ USHORT * | Segment, | ||
_In_ USHORT * | Offset | ||
) |
Definition at line 152 of file x86bios.c.
Referenced by IntInt10AllocateBuffer().
Definition at line 411 of file x86bios.c.
Referenced by HalpBiosDisplayReset(), and IntInt10CallBios().
Definition at line 181 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 205 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 232 of file x86bios.c.
Referenced by IntInt10WriteMemory().
Definition at line 402 of file x86bios.c.
Referenced by x86BiosCall().
|
static |
Definition at line 344 of file x86bios.c.
Referenced by x86BiosCall().
|
static |
Definition at line 368 of file x86bios.c.
Referenced by x86BiosCall().
|
static |
Definition at line 260 of file x86bios.c.
Referenced by x86BiosCall().
|
static |
Definition at line 281 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().