Searched refs:Map (Results 26 - 50 of 69) sorted by relevance

123

/haiku/headers/private/kernel/platform/efi/protocol/
H A Dpci-root-bridge-io.h87 efi_status (*Map) (struct efi_pci_root_bridge_io_protocol* self,
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h36 virtual status_t Map(addr_t virtualAddress,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h71 void* Map() const { return fMap; } function in class:Inode
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h127 void* Map() const { return fMap; } function in class:Inode
H A DInode.cpp83 file_map_delete(Map());
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp1186 AudioControlsMap& Map)
1198 _HarvestRecordFeatureUnits(Find(unit->fInputPins[i]), Map);
1199 Map.Put(rootControl->ID(), rootControl);
1204 Map.Put(rootControl->ID(), rootControl);
1212 AudioControlsMap& Map)
1224 _HarvestOutputFeatureUnits(Find(unit->fInputPins[i]), Map);
1225 Map.Put(rootControl->ID(), rootControl);
1230 Map.Put(rootControl->ID(), rootControl);
1788 multi_mix_control_info* Info, AudioControlsMap& Map, const char* Name)
1799 for (AudioControlsIterator I = Map
1185 _HarvestRecordFeatureUnits(_AudioControl* rootControl, AudioControlsMap& Map) argument
1211 _HarvestOutputFeatureUnits(_AudioControl* rootControl, AudioControlsMap& Map) argument
1787 _ListMixControlsPage(int32& index, multi_mix_control_info* Info, AudioControlsMap& Map, const char* Name) argument
[all...]
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp64 virtual void Map(phys_addr_t physicalAddress,
178 X86PagingMethod32Bit::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, function in class:X86PagingMethod32Bit::PhysicalPageSlotPool
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp64 virtual void Map(phys_addr_t physicalAddress,
178 ARMPagingMethod32Bit::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, function in class:ARMPagingMethod32Bit::PhysicalPageSlotPool
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp164 Map(addr_t virtAdr, phys_addr_t physAdr, uint64 flags) function
166 // dprintf("Map(0x%" B_PRIxADDR ", 0x%" B_PRIxADDR ")\n", virtAdr, physAdr);
192 Map(virtAdr + i, physAdr + i, flags);
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_mmu.cpp178 Map(addr_t virtAdr, phys_addr_t physAdr, uint64 flags) function
180 // TRACE("Map(%#" B_PRIxADDR ", %#" B_PRIxADDR ")\n", virtAdr, physAdr);
203 Map(virtAdr + i, physAdr + i, flags);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h86 void* Map() const { return fMap; } function in class:Inode
H A DInode.cpp109 file_map_delete(Map());
H A Dkernel_interface.cpp62 return file_map_translate(inode->Map(), offset, size, vecs, _count,
284 status = file_map_translate(inode->Map(), pos, bytesLeft, fileVecs,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h115 void* Map() const { return fMap; } function in class:Inode
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp71 class Map : public TranslationMapTraceEntryBase { class in namespace:TranslationMapTracing
73 Map(X86VMTranslationMapPAE* map, addr_t virtualAddress, function in class:TranslationMapTracing::Map
378 X86VMTranslationMapPAE::Map(addr_t virtualAddress, phys_addr_t physicalAddress, function in class:X86VMTranslationMapPAE
381 TRACE("X86VMTranslationMapPAE::Map(): %#" B_PRIxADDR " -> %#" B_PRIxPHYSADDR
398 TRACE("X86VMTranslationMapPAE::Map(): asked for free page for "
428 T(Map(this, virtualAddress, *entry));
H A DX86PagingMethodPAE.cpp370 virtual void Map(phys_addr_t physicalAddress,
496 X86PagingMethodPAE::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, function in class:X86PagingMethodPAE::PhysicalPageSlotPool
/haiku/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cpp665 info.registers_area = mmioMapper.Map("intel GMCH mmio", addr, barSize,
720 info.gtt_area = gttMapper.Map("intel GMCH gtt",
749 info.aperture_area = apertureMapper.Map("intel graphics aperture",
757 info.aperture_area = apertureMapper.Map("intel graphics aperture",
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h36 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp137 virtual void Map(phys_addr_t physicalAddress,
247 M68KPagingMethod040::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, function in class:M68KPagingMethod040::PhysicalPageSlotPool
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/
H A Dpch_thermal.cpp301 device->registers_area = mmioMapper.Map("intel PCH thermal mmio",
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp233 const key_map& map = fKeymap->Map();
996 const key_map& map = fKeymap->Map();
1021 const key_map& map = fKeymap->Map();
/haiku/src/kits/media/
H A DTimeSource.cpp67 Map<media_node_id, port_id> fSlaveList;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h192 void* Map() const { return fMap; } function in class:Inode
H A DDebug.cpp301 kprintf(" file map: %p\n", inode->Map());
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp363 class Map : public MemoryManagerTraceEntry { class in struct:MemoryManager::Tracing
365 Map(addr_t address, size_t size, uint32 flags) function in class:MemoryManager::Tracing::Map
1440 T(Map(address, size, flags));
1487 translationMap->Map(vmArea->Base() + offset,

Completed in 246 milliseconds

123