Searched refs:Map (Results 1 - 25 of 69) sorted by relevance

123

/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp19 class Map { class
21 Map(const char* name, off_t size);
22 ~Map();
26 Map& Add(off_t offset, off_t length, off_t diskOffset);
27 Map& Clear();
28 Map& SetSize(off_t size);
58 Map::Map(const char* name, off_t size) function in class:Map
69 Map::~Map()
[all...]
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.h30 inline void Map(phys_addr_t physicalAddress);
44 virtual void Map(phys_addr_t physicalAddress,
H A Dm68k_physical_page_mapper_large_memory.cpp189 PhysicalPageSlot::Map(phys_addr_t physicalAddress) function in class:PhysicalPageSlot
191 pool->Map(physicalAddress, address);
415 slot.slot->Map(physicalAddress);
490 slot->Map(physicalAddress);
504 slot->Map(physicalAddress);
532 slot->Map(physicalAddress);
557 fDebugSlot->Map(physicalAddress);
586 slot->Map(address - pageOffset);
620 slot->Map(from - pageOffset);
660 slot->Map(t
[all...]
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.h39 inline void Map(phys_addr_t physicalAddress);
53 virtual void Map(phys_addr_t physicalAddress,
H A Dx86_physical_page_mapper_large_memory.cpp182 PhysicalPageSlot::Map(phys_addr_t physicalAddress) function in class:PhysicalPageSlot
184 pool->Map(physicalAddress, address);
407 slot.slot->Map(physicalAddress);
487 slot->Map(physicalAddress);
501 slot->Map(physicalAddress);
529 slot->Map(physicalAddress);
554 fDebugSlot->Map(physicalAddress);
583 slot->Map(address - pageOffset);
617 slot->Map(from - pageOffset);
657 slot->Map(t
[all...]
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.h39 inline void Map(phys_addr_t physicalAddress);
53 virtual void Map(phys_addr_t physicalAddress,
H A Darm_physical_page_mapper_large_memory.cpp184 PhysicalPageSlot::Map(phys_addr_t physicalAddress) function in class:PhysicalPageSlot
186 pool->Map(physicalAddress, address);
411 slot.slot->Map(physicalAddress);
492 slot->Map(physicalAddress);
506 slot->Map(physicalAddress);
534 slot->Map(physicalAddress);
559 fDebugSlot->Map(physicalAddress);
588 slot->Map(address - pageOffset);
622 slot->Map(from - pageOffset);
662 slot->Map(t
[all...]
/haiku/headers/private/media/
H A DTMap.h7 template<class key, class value> class Map class
10 Map() function in class:Map
19 ~Map()
25 Map(const Map<key, value> &other) argument
30 Map<key, value> &operator=(const Map<key, value> &other) argument
/haiku/src/preferences/keymap/
H A DKeymap.h60 const key_map& Map() const { return fKeys; } function in class:Keymap
61 key_map& Map() { return fKeys; } function in class:Keymap
H A DKeymapWindow.cpp847 uint32 leftCommand = fCurrentMap.Map().left_command_key;
848 uint32 leftControl = fCurrentMap.Map().left_control_key;
849 uint32 rightCommand = fCurrentMap.Map().right_command_key;
850 uint32 rightControl = fCurrentMap.Map().right_control_key;
853 fCurrentMap.Map().left_command_key = leftControl;
854 fCurrentMap.Map().left_control_key = leftCommand;
857 fCurrentMap.Map().right_command_key = rightControl;
858 fCurrentMap.Map().right_control_key = rightCommand;
/haiku/headers/private/kernel/
H A DAreaKeeper.h25 area_id Map(const char *name, phys_addr_t physicalAddress,
61 AreaKeeper::Map(const char *name, phys_addr_t physicalAddress, size_t numBytes, function in class:AreaKeeper
/haiku/src/tests/system/kernel/util/
H A DVectorMapTest.cpp56 #define DECLARE_TEST_STRATEGY(Key, Value, Map, Strategy, ClassName) \
57 template<typename CS> struct Map : PairTestBase<Key, Value>::MyMap<CS> {};\
60 : public TestStrategy<Map, PairTestBase<Key, Value>::EntryStrategy, \
/haiku/src/system/boot/loader/
H A Delf.cpp99 Map(AddrType address) function in struct:ELF32Class
157 Map(AddrType address) function in struct:ELF64Class
355 i, (uint64)header.p_filesz, Class::Map(region->start)));
358 Class::Map(region->start + (header.p_vaddr % B_PAGE_SIZE)),
371 memset(Class::Map(region->start + offset), 0, region->size - offset);
598 DynType* d = (DynType*)Class::Map(image->dynamic_section.start);
606 image->syms = (SymType*)Class::Map(d[i].d_un.d_ptr
610 image->rel = (RelType*)Class::Map(d[i].d_un.d_ptr
617 image->rela = (RelaType*)Class::Map(d[i].d_un.d_ptr
624 image->pltrel = (RelType*)Class::Map(
[all...]
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.h23 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.h24 virtual status_t Map(addr_t virtualAddress,
/haiku/headers/private/shared/
H A DKeymap.h46 const key_map& Map() const { return fKeys; } function in class:BKeymap
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.h25 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.h27 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.h32 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.h32 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.h24 virtual status_t Map(addr_t virtualAddress,
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.h306 AudioControlsMap& Map);
308 AudioControlsMap& Map);
311 AudioControlsMap& Map, const char* Name);
/haiku/src/system/kernel/arch/arm64/
H A DVMSAv8TranslationMap.h26 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm_translation_map.cpp138 virtual status_t Map(addr_t virtualAddress,
328 status_t error = map->Map(virtualAddress, physicalAddress,
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm_translation_map.cpp73 Map(addr_t virtAdr, phys_addr_t physAdr, uint64 flags, kernel_args* args, function
76 // dprintf("Map(0x%" B_PRIxADDR ", 0x%" B_PRIxADDR ")\n", virtAdr, physAdr);
174 Map(virtAdr, physAdr, flags.val, args, get_free_page);

Completed in 142 milliseconds

123