| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
| H A D | vbe.h | 28 void *memory; member in struct:__anon6867 91 CARD16 TotalMemory; /* Number of 64kb memory blocks on board */ 130 CARD8 NumberOfPlanes; /* number of memory planes */ 133 CARD8 MemoryModel; /* memory model type */ 138 /* Direct color fields (required for direct/6 and YUV/7 memory models) */ 150 CARD32 PhysBasePtr; /* physical address for flat memory frame buffer */ 213 * 0 := query & allocate amount of memory to save state 230 void **memory, int *size, int *real_mode_pages);
|
| /vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
| H A D | Xfuncs.h | 41 # include <memory.h>
|
| /vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/ |
| H A D | InterruptTable.S | 35 # Description: Contains the code that is copied into low memory (below 640K). 37 # This template must be copied into low memory, and the IDT entries 38 # 0x68-0x6F must be point to the low memory copy of this code. Each
|
| H A D | InterruptTable.asm | 37 ; Description: Contains the code that is copied into low memory (below 640K). 39 ; This template must be copied into low memory, and the IDT entries 40 ; 0x68-0x6F must be point to the low memory copy of this code. Each
|
| /vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/ |
| H A D | InterruptTable.S | 36 # Description: Contains the code that is copied into low memory (below 640K). 38 # This template must be copied into low memory, and the IDT entries 39 # 0x68-0x6F must be point to the low memory copy of this code. Each
|
| H A D | InterruptTable.asm | 35 ; Description: Contains the code that is copied into low memory (below 640K). 37 ; This template must be copied into low memory, and the IDT entries 38 ; 0x68-0x6F must be point to the low memory copy of this code. Each
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/ |
| H A D | CpuPause.asm | 24 ; systems to prevent memory starvation while waiting for a spin lock.
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
| H A D | Thunk16.S | 72 # by user code. It will be shadowed to somewhere in memory below 1MB. 163 # It will be shadowed to somewhere in memory below 1MB. 284 incq %rcx # rcx <- the size of memory to copy 287 movsb # perform memory copy to shadow GDT table 288 movq %r10, %rcx # restore the orignal rcx before memory copy 289 movq %r11, %rdi # restore the original rdi before memory copy
|
| H A D | Thunk16.asm | 69 ; by user code. It will be shadowed to somewhere in memory below 1MB. 160 ; It will be shadowed to somewhere in memory below 1MB. 273 inc rcx ; rcx <- the size of memory to copy 275 rep movsb ; perform memory copy to shadow GDT table 276 mov rcx, r10 ; restore the orignal rcx before memory copy 277 mov rdi, r11 ; restore the original rdi before memory copy
|
| /vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/Ia32/ |
| H A D | SecEntry.S | 39 # Load temporary stack top at very low memory. The C code
|
| /vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/X64/ |
| H A D | SecEntry.S | 39 # Load temporary stack top at very low memory. The C code
|
| /vbox/src/VBox/Devices/BiosCommonCode/ |
| H A D | support.asm | 205 ; @param dx:ax Pointer to the memory. 228 ; @param dx:ax Pointer to the destination memory. 229 ; @param cx:bx Pointer to the source memory.
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | fci.h | 180 typedef void (__cdecl *PFNFCIFREE)(void *memory); 181 #define FNFCIFREE(fn) void __cdecl fn(void *memory) 186 typedef UINT (__cdecl *PFNFCIREAD) (INT_PTR hf, void *memory, UINT cb, int *err, void *pv); 187 #define FNFCIREAD(fn) UINT __cdecl fn(INT_PTR hf, void *memory, UINT cb, int *err, void *pv) 189 typedef UINT (__cdecl *PFNFCIWRITE)(INT_PTR hf, void *memory, UINT cb, int *err, void *pv); 190 #define FNFCIWRITE(fn) UINT __cdecl fn(INT_PTR hf, void *memory, UINT cb, int *err, void *pv)
|
| /vbox/src/VBox/Devices/PC/BIOS/ |
| H A D | pcibios.inc | 98 mov eax, 0E0000000h ; base for memory init 114 mov dl, 4 ; disable i/o and memory space access 171 mov dl, 4 ;; enable i/o and memory space access if available
|
| /vbox/src/VBox/GuestHost/OpenGL/util/ |
| H A D | mem.c | 11 #include <memory.h> 48 crError( "Out of memory trying to allocate %d bytes!", nbytes ); 73 crError( "Out of memory trying to (c)allocate %d bytes!", nbytes );
|
| /vbox/src/VBox/Additions/x11/x11include/4.3/include/ |
| H A D | Xfuncs.h | 44 #include <memory.h> 68 #include <memory.h>
|
| /vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/ |
| H A D | pciaccess.h | 93 int pci_device_unmap_range(struct pci_device *dev, void *memory, 100 void *memory, pciaddr_t size); 244 * When the region is mapped, this is the pointer to the memory. 251 void *memory; member in struct:pci_mem_region 284 * Is the region I/O ports or memory? 289 * Is the memory region prefetchable? 298 * Is the memory at a 64-bit address? 376 * It is the user's responsability to free this memory before destroying
|
| H A D | pciaccess_private.h | 72 void *memory; member in struct:pci_device_mapping
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
| H A D | fci.h | 178 typedef void (__cdecl *PFNFCIFREE)(void *memory); 179 #define FNFCIFREE(fn) void __cdecl fn(void *memory) 184 typedef UINT (__cdecl *PFNFCIREAD) (INT_PTR hf, void *memory, UINT cb, int *err, void *pv); 185 #define FNFCIREAD(fn) UINT __cdecl fn(INT_PTR hf, void *memory, UINT cb, int *err, void *pv) 187 typedef UINT (__cdecl *PFNFCIWRITE)(INT_PTR hf, void *memory, UINT cb, int *err, void *pv); 188 #define FNFCIWRITE(fn) UINT __cdecl fn(INT_PTR hf, void *memory, UINT cb, int *err, void *pv)
|
| /vbox/src/VBox/Runtime/r0drv/nt/ |
| H A D | the-nt-kernel.h | 56 #include <memory.h> 83 * In memory and in the various windbg tool it appears in the reverse order of
|
| /vbox/src/VBox/Runtime/r0drv/os2/ |
| H A D | RTR0Os2DHVMGlobalToProcess.asm | 60 ; @param pvR0 [ebp + 0ch] Ring-0 memory. 61 ; @param cb [ebp + 10h] Size of memory object to map.
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | testRelax.c | 53 static int memory = 0; variable 69 if ((!strcmp(argv[i], "-memory")) || (!strcmp(argv[i], "--memory"))) { 70 memory++; 88 if (memory) { 173 printf("\t--debug : dump a debug tree of the in-memory document\n"); 178 printf("\t--memory : test the schemas in memory parsing\n");
|
| H A D | testSchemas.c | 53 static int memory = 0; variable 69 if ((!strcmp(argv[i], "-memory")) || (!strcmp(argv[i], "--memory"))) { 70 memory++; 84 if (memory) { 164 printf("\t--debug : dump a debug tree of the in-memory document\n"); 168 printf("\t--memory : test the schemas in memory parsing\n");
|
| H A D | threads.c | 535 * global state. It is is used here to reclaim memory resources. 542 /* free any memory allocated in the thread's xmlLastError */ 578 void *memory; member in struct:_xmlGlobalStateCleanupHelperParams 586 xmlFreeGlobalState(params->memory); 594 void *memory; member in struct:_xmlGlobalStateCleanupHelperParams 663 globalval = (xmlGlobalState *)(p ? p->memory : NULL); 668 p->memory = tsd; 864 xmlFreeGlobalState(temp->memory); 947 globalval = (xmlGlobalState *)(p ? p->memory : NULL);
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
| H A D | os2rng.c | 43 #include <memory.h>
|