ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Macros | |
#define | NUM_THREADS 4 |
#define | MAPPING_SIZE 0x100000 |
#define | ROUND_SIZE(addr, size) (((SIZE_T)(size) + ((UINT_PTR)(addr) & page_mask) + page_mask) & ~page_mask) |
#define | ACCESS_READ 0x01 |
#define | ACCESS_WRITE 0x02 |
#define | ACCESS_EXECUTE 0x04 |
#define | ACCESS_WRITECOPY 0x08 |
Variables | |
static HINSTANCE | hkernel32 |
static HINSTANCE | hntdll |
static | LPVOID |
static | SIZE_T |
static | DWORD |
static | PVOID |
static | ACCESS_MASK |
static const OBJECT_ATTRIBUTES const LARGE_INTEGER | ULONG |
static const OBJECT_ATTRIBUTES const LARGE_INTEGER | HANDLE |
static | SECTION_INFORMATION_CLASS |
static void ULONG *static | PVECTORED_EXCEPTION_HANDLER |
static | LPDWORD |
static | PBOOL |
static UINT_PTR | page_mask = 0xfff |
Definition at line 66 of file virtual.c.
Referenced by test_NtMapViewOfSection(), and test_VirtualAllocEx().
|
static |
Definition at line 53 of file virtual.c.
Referenced by test_NtQuerySection().
Definition at line 3452 of file virtual.c.
Referenced by test_mapping().
Definition at line 3059 of file virtual.c.
Referenced by test_CreateFileMapping_protection(), and test_VirtualAlloc_protection().
Definition at line 3469 of file virtual.c.
Referenced by is_compatible_access().
Definition at line 3494 of file virtual.c.
Referenced by test_mapping().
Definition at line 3424 of file virtual.c.
Referenced by is_compatible_protection().
START_TEST | ( | virtual | ) |
Definition at line 4107 of file virtual.c.
Definition at line 1452 of file virtual.c.
Referenced by START_TEST().
Definition at line 3167 of file virtual.c.
Referenced by START_TEST().
Definition at line 1541 of file virtual.c.
Referenced by START_TEST().
Definition at line 1491 of file virtual.c.
Referenced by START_TEST().
Definition at line 1516 of file virtual.c.
Referenced by START_TEST().
Definition at line 3547 of file virtual.c.
Referenced by START_TEST().
Definition at line 430 of file virtual.c.
Referenced by START_TEST().
Definition at line 1312 of file virtual.c.
Referenced by START_TEST().
Definition at line 1103 of file virtual.c.
Referenced by START_TEST().
Definition at line 3880 of file virtual.c.
Referenced by START_TEST().
Definition at line 3793 of file virtual.c.
Referenced by START_TEST().
Definition at line 3835 of file virtual.c.
Referenced by START_TEST().
Definition at line 234 of file virtual.c.
Referenced by START_TEST().
Definition at line 3074 of file virtual.c.