Searched refs:MemoryAddress (Results 1 – 10 of 10) sorted by relevance
/reactos/win32ss/drivers/videoprt/ |
H A D | int10.c | 218 PVOID MemoryAddress; in IntInt10AllocateBuffer() local 228 MemoryAddress = (PVOID)0x20000; in IntInt10AllocateBuffer() 231 &MemoryAddress, in IntInt10AllocateBuffer() 243 if (MemoryAddress > (PVOID)(0x100000 - Size)) in IntInt10AllocateBuffer() 246 &MemoryAddress, in IntInt10AllocateBuffer() 255 *Seg = (USHORT)((ULONG_PTR)MemoryAddress >> 4); in IntInt10AllocateBuffer() 256 *Off = (USHORT)((ULONG_PTR)MemoryAddress & 0xF); in IntInt10AllocateBuffer() 258 INFO_(VIDEOPRT, "- Segment: %x\n", (ULONG_PTR)MemoryAddress >> 4); in IntInt10AllocateBuffer() 259 INFO_(VIDEOPRT, "- Offset: %x\n", (ULONG_PTR)MemoryAddress & 0xF); in IntInt10AllocateBuffer() 280 PVOID MemoryAddress = (PVOID)((ULONG_PTR)(Seg << 4) | Off); in IntInt10FreeBuffer() local [all …]
|
/reactos/sdk/lib/fast486/ |
H A D | common.inl | 1101 ModRegRm->MemoryAddress = Base + Index * Scale; 1106 else ModRegRm->MemoryAddress = 0; 1138 ModRegRm->MemoryAddress += (LONG)Offset; 1152 ModRegRm->MemoryAddress += Offset; 1216 ModRegRm->MemoryAddress = 0; 1254 ModRegRm->MemoryAddress += (LONG)Offset; 1268 ModRegRm->MemoryAddress += (LONG)Offset; 1272 ModRegRm->MemoryAddress &= 0x0000FFFF; 1331 ModRegRm->MemoryAddress, 1380 ModRegRm->MemoryAddress, [all …]
|
H A D | opgroups.c | 1458 ModRegRm.MemoryAddress + sizeof(ULONG), in FAST486_OPCODE_HANDLER() 1521 ModRegRm.MemoryAddress + sizeof(ULONG), in FAST486_OPCODE_HANDLER() 1622 ModRegRm.MemoryAddress + sizeof(USHORT), in FAST486_OPCODE_HANDLER() 1691 ModRegRm.MemoryAddress + sizeof(USHORT), in FAST486_OPCODE_HANDLER() 2106 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 2131 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 2158 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 2198 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 2284 State->Tlb[ModRegRm.MemoryAddress >> 12] = INVALID_TLB_FIELD; in FAST486_OPCODE_HANDLER() 2358 ModRegRm.MemoryAddress += BitNumber / DataSize; in FAST486_OPCODE_HANDLER()
|
H A D | fpu.c | 1986 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 2004 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 2928 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 2975 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 3104 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 3186 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 3231 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 3625 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 3649 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 3688 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() [all …]
|
H A D | fpu.h | 50 State->FpuLastOpPtr.Long = ModRegRm.MemoryAddress; \
|
H A D | extraops.c | 755 ModRegRm.MemoryAddress += (BitNumber / DataSize) * (DataSize / 8); in FAST486_OPCODE_HANDLER() 939 ModRegRm.MemoryAddress += (BitNumber / DataSize) * (DataSize / 8); in FAST486_OPCODE_HANDLER() 1316 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 1381 ModRegRm.MemoryAddress += (BitNumber / DataSize) * (DataSize / 8); in FAST486_OPCODE_HANDLER() 1460 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER() 1595 ModRegRm.MemoryAddress += (BitNumber / DataSize) * (DataSize / 8); in FAST486_OPCODE_HANDLER()
|
H A D | common.h | 81 ULONG MemoryAddress; member
|
H A D | opcodes.c | 3320 ModRegRm.MemoryAddress + sizeof(ULONG), in FAST486_OPCODE_HANDLER() 3351 ModRegRm.MemoryAddress + sizeof(USHORT), in FAST486_OPCODE_HANDLER() 3798 ModRegRm.MemoryAddress); in FAST486_OPCODE_HANDLER() 3805 ModRegRm.MemoryAddress); in FAST486_OPCODE_HANDLER() 4170 ModRegRm.MemoryAddress, in FAST486_OPCODE_HANDLER()
|
/reactos/boot/freeldr/freeldr/lib/mm/ |
H A D | mm.c | 144 VOID MmSetMemoryType(PVOID MemoryAddress, SIZE_T MemorySize, TYPE_OF_MEMORY NewType) in MmSetMemoryType() argument 154 StartPageNumber = MmGetPageNumberFromAddress(MemoryAddress); in MmSetMemoryType()
|
/reactos/boot/freeldr/freeldr/include/ |
H A D | mm.h | 118 VOID MmSetMemoryType(PVOID MemoryAddress, SIZE_T MemorySize, TYPE_OF_MEMORY NewType); // Use with E…
|