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

12345

/haiku/src/add-ons/accelerants/via/
H A DInitAccelerant.c42 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d, switchhead %d, force_pci %d\n",
43 si->settings.logmask, si->settings.memory, si->settings.hardcursor, si->settings.usebios, si->settings.switchhead, si->settings.force_pci));
57 /* clone the memory mapped registers for our use - does not work on <4.5.2 (but is better this way)*/
81 /* release the memory mapped registers */
/haiku/src/apps/mail/
H A DKUndoBuffer.cpp3 #include <memory.h>
/haiku/src/apps/poorman/libhttpd/
H A Dtdate_parse.c36 #include <memory.h>
/haiku/src/add-ons/accelerants/radeon_hd/
H A Daccelerant.cpp72 // malloc memory for active display information
321 di->memory = gInfo->shared_info->graphics_memory_size;
/haiku/headers/private/netservices2/
H A DExclusiveBorrow.h10 #include <memory>
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h213 * if the fifo assignment is changed while at the same time card memory in the
218 * if card memory in the dangerous region is being accessed by some application while
219 * a DMA command buffer exists in the same memory (though in a different place),
236 uint32 memory; member in struct:__anon19
278 uint32 use_clone_bugfix; /*for 4.5.0, cloning of physical memory does not work*/
281 /*memory mappings*/
282 area_id regs_area; /* Kernel's area_id for the memory mapped registers.
291 void *framebuffer; /* As viewed from virtual memory */
293 void *dma_buffer; /* As viewed from virtual memory */
354 //fixme: memory stuf
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.h352 struct resource *memory; member in struct:igc_adapter
380 /* Multicast array memory */
H A Dif_igc.c589 /* Allocate multicast array memory. */
1137 u8 *mta; /* Multicast array memory */
1301 adapter->memory = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
1303 if (adapter->memory == NULL) {
1304 device_printf(dev, "Unable to allocate bus resource: memory\n");
1307 adapter->osdep.mem_bus_space_tag = rman_get_bustag(adapter->memory);
1309 rman_get_bushandle(adapter->memory);
1469 if (adapter->memory != NULL) {
1471 rman_get_rid(adapter->memory), adapter->memory);
[all...]
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp659 BMemoryIO memory(bytes, 2);
661 SetOption(parse_integer(c, memory, last, 16));
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DStream.cpp13 #include <memory.h>
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp13 #include <memory.h>
386 // always copy into main memory first, even if it must be converted by CPU -
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.h460 struct resource *memory; member in struct:e1000_softc
492 /* Multicast array memory */
/haiku/src/system/libnetwork/netresolv/dst/
H A Dhmac_link.c33 #include <memory.h>
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp17 #include <memory.h>
/haiku/src/kits/storage/mime/
H A DTextSnifferAddon.cpp122 #include <memory.h>
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h76 // type of memory
78 mt_local, // local graphics memory
79 mt_PCI, // PCI memory (read: fully cachable)
80 mt_AGP, // AGP memory (read: not cachable; currently not supported)
81 mt_nonlocal, // non-local graphics memory (alias to one of the
275 uint32 mem_handle; // memory handle
402 uint32 fb_mem_handle; // memory handle
449 // ring buffer (in non-local memory)
451 uint32 mem_offset; // offset in non-local memory
463 uint32 mem_handle; // handle of memory o
550 memory_type_info memory[mt_last]; // info about memory types member in struct:__anon33
[all...]
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp443 // create the memory block manager
2280 _NotifyUser("Inspect Address", "Failed to allocate memory block");
2290 TeamMemory* memory = fTeam->GetTeamMemory(); local
2294 new(std::nothrow) RetrieveMemoryBlockJob(fTeam, memory,
2301 _NotifyUser("Inspect Address", "Failed to retrieve memory data: %s",
2318 TeamMemory* memory = fTeam->GetTeamMemory(); local
2322 new(std::nothrow) WriteMemoryJob(fTeam, memory, address, data, size),
2324 _NotifyUser("Write Memory", "Failed to write memory data: %s",
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4_address.cpp18 #include <memory.h>
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_address.cpp16 #include <memory.h>
/haiku/src/add-ons/accelerants/radeon/
H A DAcceleration.c423 ((ai->si->memory[mt_local].virtual_addr_start + vc->fb_offset) >> 10) |
H A DProposeDisplayMode.c379 // take care of that when calculating memory consumption
385 // if we haven't enough memory, reduce virtual height
389 // of graphics memory)
391 // careful about additionally required memory:
393 if ((row_bytes * target->virtual_height) > si->memory[mt_local].size - 1024 )
394 target->virtual_height = (si->memory[mt_local].size - 1024) / row_bytes;
398 SHOW_ERROR( 4, "not enough memory for this mode (could show only %d of %d lines)",
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp402 info->memory = 33554432; // 32MB
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp10 #include <memory.h>
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_general.c133 /* override memory detection if requested by user */
134 if (si->settings.memory != 0)
135 si->ps.memory_size = si->settings.memory;
354 /* program memory control waitstates */
356 /* set memory configuration including:
361 /* set memory buffer type:
371 /* reset memory (MACCESS is a write only register!) */
378 /* start memory refresh */
380 /* set memory control waitstate again AFTER the RAM reset */
458 /* program memory contro
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Dinfo.c111 /* override memory detection if requested by user */
112 if (si->settings.memory != 0)
114 LOG(2,("INFO: forcing memory size (specified in settings file)\n"));
115 si->ps.memory_size = si->settings.memory * 1024 * 1024;

Completed in 162 milliseconds

12345