ReactOS 0.4.16-dev-197-g92996da
|
#include <fxresource.hpp>
Public Member Functions | |
FxRegisterResourceInfo (VOID) | |
~FxRegisterResourceInfo () | |
VOID | SetPhysicalAddress (__in PHYSICAL_ADDRESS StartPa, __in SIZE_T Length) |
VOID | SetMappedAddress (__in PVOID SystemBaseAddress, __in SIZE_T MappedLength, __in PVOID UsermodeBaseAddress) |
VOID | ClearMappedAddress (VOID) |
Public Member Functions inherited from FxStump | |
PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals) |
PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals, __in POOL_TYPE PoolType) |
VOID | operator delete (__in PVOID pointer) |
PVOID | operator new[] (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals) |
VOID | operator delete[] (__in PVOID pointer) |
Static Public Member Functions | |
static NTSTATUS | _CreateAndInit (_In_ PFX_DRIVER_GLOBALS DriverGlobals, _In_ ULONG Count, _Out_ FxRegisterResourceInfo **RegisterTable) |
Public Attributes | |
PHYSICAL_ADDRESS | m_StartPa |
PVOID | m_StartSystemVa |
PVOID | m_EndSystemVa |
PVOID | m_StartUsermodeVa |
SIZE_T | m_Length |
SIZE_T | m_MappedLength |
Additional Inherited Members | |
Protected Member Functions inherited from FxStump | |
FxStump (VOID) | |
Definition at line 38 of file fxresource.hpp.
|
inline |
Definition at line 98 of file fxresource.hpp.
|
inline |
Definition at line 110 of file fxresource.hpp.
|
inlinestatic |
Definition at line 71 of file fxresource.hpp.
Referenced by FxCmResList::BuildRegisterResourceTable().
Definition at line 136 of file fxresource.hpp.
|
inline |
Definition at line 123 of file fxresource.hpp.
|
inline |
Definition at line 113 of file fxresource.hpp.
Referenced by FxCmResList::BuildRegisterResourceTable().
PVOID FxRegisterResourceInfo::m_EndSystemVa |
Definition at line 52 of file fxresource.hpp.
Referenced by ClearMappedAddress(), and SetMappedAddress().
SIZE_T FxRegisterResourceInfo::m_Length |
Definition at line 62 of file fxresource.hpp.
Referenced by SetPhysicalAddress().
SIZE_T FxRegisterResourceInfo::m_MappedLength |
Definition at line 67 of file fxresource.hpp.
Referenced by ClearMappedAddress(), and SetMappedAddress().
PHYSICAL_ADDRESS FxRegisterResourceInfo::m_StartPa |
Definition at line 42 of file fxresource.hpp.
Referenced by FxRegisterResourceInfo(), and SetPhysicalAddress().
PVOID FxRegisterResourceInfo::m_StartSystemVa |
Definition at line 47 of file fxresource.hpp.
Referenced by ClearMappedAddress(), and SetMappedAddress().
PVOID FxRegisterResourceInfo::m_StartUsermodeVa |
Definition at line 57 of file fxresource.hpp.
Referenced by ClearMappedAddress(), and SetMappedAddress().