Searched refs:memory_type (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Ddriver.c337 memory_type_e memory_type; local
342 if( am->memory_type > mt_last )
345 memory_type = am->memory_type == mt_nonlocal ? di->si->nonlocal_type : am->memory_type;
347 result = mem_alloc( di->memmgr[memory_type], am->size, am->global ? 0 : dev, &am->handle, &am->offset );
352 memory_type_e memory_type; local
357 if( fm->memory_type > mt_last )
360 memory_type = fm->memory_type
[all...]
H A DCP_setup.c50 am.memory_type = (mt_nonlocal); \
60 ((uint32 *)(ai->mapped_memory[(mem).memory_type].data + (mem).offset))
62 #define MEM2GC( mem ) ((mem).offset + si->memory[(mem).memory_type].virtual_addr_start)
69 fm.memory_type = mem_type; \
80 // if memory_type is non-local, it is replaced with default non-local type
87 // (memory_type must _not_ be non-local, see ALLOC_MEM)
88 #define MEM2CPU( memory_type, offset ) \
89 ((uint8 *)(memory_type == mt_local ? di->si->local_mem : \
90 (memory_type == mt_PCI ? di->pci_gart.buffer.ptr : di->agp_gart.buffer.ptr)) \
94 // (memory_type mus
328 memory_type_e memory_type; local
395 memory_type_e memory_type; local
446 memory_type_e memory_type; local
[all...]
/haiku/headers/private/kernel/vm/
H A DVMArea.h112 uint16 memory_type; // >> shifted by MEMORY_TYPE_SHIFT member in struct:VMArea
237 return (uint32)memory_type << MEMORY_TYPE_SHIFT;
244 memory_type = memoryType >> MEMORY_TYPE_SHIFT;
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dpci-root-bridge-io.h96 efi_allocate_type type, efi_memory_type memory_type,
/haiku/src/system/kernel/vm/
H A DVMArea.cpp31 memory_type(0),
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.h373 memory_type_e memory_type, int32 size,
377 memory_type_e memory_type, int32 handle );
H A DRadeon.cpp533 memory_type_e memory_type, int32 size,
541 am.memory_type = mt_local;
555 memory_type_e memory_type, int32 handle )
560 fm.memory_type = memory_type;
532 AllocateGraphicsMemory( memory_type_e memory_type, int32 size, int32 *offset, int32 *handle ) argument
554 FreeGraphicsMemory( memory_type_e memory_type, int32 handle ) argument
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay_management.c142 am.memory_type = mt_local;
195 fm.memory_type = mt_local;
H A DSetDisplayMode.c394 fm.memory_type = mt_local;
436 am.memory_type = mt_local;
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h598 memory_type_e memory_type;// type of memory member in struct:__anon37
609 memory_type_e memory_type;// type of memory member in struct:__anon38
/haiku/headers/private/kernel/platform/efi/
H A Dboot-services.h93 efi_status (*AllocatePages) (efi_allocate_type type, efi_memory_type memory_type,

Completed in 70 milliseconds