Searched refs:memory (Results 101 - 122 of 122) sorted by relevance

12345

/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A DCP_setup.c11 non-local memory is used as following:
62 #define MEM2GC( mem ) ((mem).offset + si->memory[(mem).memory_type].virtual_addr_start)
79 // allocate memory
86 // get address as seen by program to access allocated memory
93 // get graphics card's virtual address of allocated memory
96 (di->si->memory[(memory_type)].virtual_addr_start + (offset))
98 // free memory
333 // (it seems that they cannot be in graphics memory, at least
360 // we assume that memory synchronization is done correctly my MoBo
398 // status information should be in PCI memory, s
[all...]
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAll.h39 #include <memory.h>
195 // memory errors (2000's)
231 { ERROR_INSUFFICIENT_MEMORY , "insufficient memory" }, \
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp607 info->memory = 134217728; // 128 MB, not that we really have that much. :)
H A DDWindowHWInterface.cpp765 info->memory = 134217728; // 128 MB, not that we really have that much. :)
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c37 * void dst_free_key() Releases all memory referenced by key structure
52 #include <memory.h>
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.cpp128 // The overlay registers, hardware status, and cursor memory share
138 // allocate some extra memory for the 3D context
634 info->memory = gInfo->shared_info->graphics_memory_size;
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c940 ** map the flash memory, and this
1042 /* Allocate multicast array memory. */
1723 u8 *mta; /* Multicast array memory */
1969 sc->memory = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
1971 if (sc->memory == NULL) {
1972 device_printf(dev, "Unable to allocate bus resource: memory\n");
1975 sc->osdep.mem_bus_space_tag = rman_get_bustag(sc->memory);
1977 rman_get_bushandle(sc->memory);
2271 if (sc->memory != NULL) {
2273 rman_get_rid(sc->memory), s
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl2.h213 * does not specify the layout of bitfields in memory, which means they are
683 UINT64 Span; /* Length of memory range */
2242 #define ACPI_NFIT_BUILD_DEVICE_HANDLE(dimm, channel, memory, socket, node) \
2245 ((memory) << ACPI_NFIT_MEMORY_ID_OFFSET) | \
2770 * PCC memory structures (not part of the ACPI table)
2933 UINT32 MemoryDeviceCount; /* Zero means no memory device structs follow */
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp159 PRINT(("CRadeon::CRadeon() - Can't map memory apertures\n"));
196 return fSharedInfo->memory[mt_local].virtual_addr_start;
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c61 vuint32 *regs, *regs2; /* kernel's pointer to memory mapped registers */
132 0, // memory
256 item = get_driver_parameter (settings_handle, "memory", "0", "0");
258 if (*end == '\0') current_settings.memory = value;
322 char buffer[B_OS_NAME_LENGTH]; /*memory for device name*/
338 /* enable memory mapped IO, disable VGA I/O - this is standard*/
376 /* get a virtual memory address for the registers*/
419 /* get ROM memory mapped base adress - this is defined in the PCI standard */
449 /* ROM was not assigned an adress, fetch it from ISA legacy memory map! */
559 /* disable memory mappe
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c58 vuint32 *regs; /* kernel's pointer to memory mapped registers */
125 0, // memory
259 item = get_driver_parameter (settings_handle, "memory", "0", "0");
261 if (*end == '\0') current_settings.memory = value;
339 char buffer[B_OS_NAME_LENGTH]; /*memory for device name*/
358 /* enable memory mapped IO, disable VGA I/O - this is defined in the PCI standard */
384 /* get a virtual memory address for the registers*/
411 /* get ROM memory mapped base adress - this is defined in the PCI standard */
441 /* ROM was not assigned an adress, fetch it from ISA legacy memory map! */
521 /* disable memory mappe
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c58 vuint32 *regs; /* kernel's pointer to memory mapped registers */
120 0, // memory
254 item = get_driver_parameter (settings_handle, "memory", "0", "0");
256 if (*end == '\0') current_settings.memory = value;
330 char buffer[B_OS_NAME_LENGTH]; /*memory for device name*/
349 /* enable memory mapped IO, disable VGA I/O - this is defined in the PCI standard */
375 /* get a virtual memory address for the registers*/
402 /* get ROM memory mapped base adress - this is defined in the PCI standard */
432 /* ROM was not assigned an adress, fetch it from ISA legacy memory map! */
512 /* disable memory mappe
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c54 vuint32 *regs; /* kernel's pointer to memory mapped registers */
129 0, // memory
247 item = get_driver_parameter (settings_handle, "memory", "0", "0");
249 if (*end == '\0') current_settings.memory = value;
306 char buffer[B_OS_NAME_LENGTH]; /*memory for device name*/
334 /* enable memory mapped IO, disable VGA I/O - this is standard*/
356 /* get a virtual memory address for the registers*/
486 /*find where it is in real memory*/
547 /* disable memory mapped IO */
584 /* enable memory mappe
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp264 // test for the right symbol (as this doesn't need any memory)
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c808 LOG(8,("INFO: ---NV31/NV36 extension to memory PLL accessed only!\n"));
890 /* write testpattern to first 128 bits of graphics memory... */
1865 /* Note: this routine assumes at least 128Mb was mapped to memory (kerneldriver).
2049 /* override memory detection if requested by user */
2050 if (si->settings.memory != 0)
2052 LOG(2,("INFO: forcing memory size (specified in settings file)\n"));
2053 si->ps.memory_size = si->settings.memory * 1024 * 1024;
2857 /* Unified memory architecture used */
2865 /* private memory architecture used */
/haiku/headers/private/file_systems/
H A DQueryParser.h428 // test for the right symbol (as this doesn't need any memory)
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c52 vuint32 *regs; /* kernel's pointer to memory mapped registers */
380 0, // memory
525 char buffer[B_OS_NAME_LENGTH]; /*memory for device name*/
541 /* enable memory mapped IO, disable VGA I/O - this is defined in the PCI standard */
574 /* get a virtual memory address for the registers*/
603 /* get ROM memory mapped base adress - this is defined in the PCI standard */
639 /* ROM was not assigned an adress, fetch it from ISA legacy memory map! */
714 /* note the amount of memory mapped by the kerneldriver so we can make sure we
740 /* disable memory mapped IO */
1002 * unified memory architectur
[all...]
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c243 #include <memory.h>
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex600 the usual memory page size of current x86 architectures and therefore the
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c820 LOG(8,("INFO: ---NV31/NV36 extension to memory PLL accessed only!\n"));
902 /* write testpattern to first 128 bits of graphics memory... */
1966 /* Note: this routine assumes at least 128Mb was mapped to memory (kerneldriver).
2180 /* override memory detection if requested by user */
2181 if (si->settings.memory != 0)
2183 LOG(2,("INFO: forcing memory size (specified in settings file)\n"));
2184 si->ps.memory_size = si->settings.memory * 1024 * 1024;
3238 /* Unified memory architecture used */
3246 /* private memory architecture used */
3294 LOG(8,("INFO: kerneldriver mapped %3.3fMb framebuffer memory\
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c41 #include <memory.h>
1612 beos_panic("*** error: cache can't allocate memory!\n");
1619 beos_panic("** error cache can't allocate data memory\n");
2106 and doing the malloc's to try and be nice to the memory
2129 printf("cache: no memory for block (bsize %d)!\n",
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c47 #include <memory.h>
249 // syslog( LOG_CRIT, "out of memory allocating an httpd_server" );
258 // syslog( LOG_CRIT, "out of memory copying hostname" );
295 // syslog( LOG_CRIT, "out of memory copying cgi_pattern" );
310 //syslog( LOG_CRIT, "out of memory copying cwd" );
320 //syslog( LOG_CRIT, "out of memory copying url_pattern" );
331 //syslog( LOG_CRIT, "out of memory copying local_pattern" );
740 // LOG_ERR, "out of memory reallocating a string to %ld bytes",
2859 // syslog( LOG_ERR, "out of memory reallocating directory names" );
3044 // syslog( LOG_ERR, "out of memory copyin
[all...]

Completed in 195 milliseconds

12345