Searched defs:Map (Results 1 - 25 of 31) sorted by relevance

12

/haiku/headers/private/shared/
H A DKeymap.h46 const key_map& Map() const { return fKeys; } function in class:BKeymap
/haiku/headers/private/media/
H A DTMap.h7 template<class key, class value> class Map class
10 Map() function in class: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
/haiku/headers/private/kernel/
H A DAreaKeeper.h61 AreaKeeper::Map(const char *name, phys_addr_t physicalAddress, size_t numBytes, function in class:AreaKeeper
/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
/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp19 class Map { class
58 Map::Map(const char* name, off_t size) function in class:Map
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h71 void* Map() const { return fMap; } function in class:Inode
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp140 X86VMTranslationMap32Bit::Map(addr_t va, phys_addr_t pa, uint32 attributes, function in class:X86VMTranslationMap32Bit
H A DX86PagingMethod32Bit.cpp178 X86PagingMethod32Bit::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, function in class:X86PagingMethod32Bit::PhysicalPageSlotPool
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h115 void* Map() const { return fMap; } function in class:Inode
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp164 Map(addr_t virtAdr, phys_addr_t physAdr, uint64 flags) function
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_mmu.cpp178 Map(addr_t virtAdr, phys_addr_t physAdr, uint64 flags) function
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h86 void* Map() const { return fMap; } function in class:Inode
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp350 PPCVMTranslationMapClassic::Map(addr_t virtualAddress, function in class:PPCVMTranslationMapClassic
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp350 PPCVMTranslationMap460::Map(addr_t virtualAddress, function in class:PPCVMTranslationMap460
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp212 M68KVMTranslationMap040::Map(addr_t va, phys_addr_t pa, uint32 attributes, function in class:M68KVMTranslationMap040
H A DM68KPagingMethod040.cpp247 M68KPagingMethod040::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, function in class:M68KPagingMethod040::PhysicalPageSlotPool
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp200 X86VMTranslationMap64Bit::Map(addr_t virtualAddress, phys_addr_t physicalAddress, function in class:X86VMTranslationMap64Bit
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp157 ARMVMTranslationMap32Bit::Map(addr_t va, phys_addr_t pa, uint32 attributes, function in class:ARMVMTranslationMap32Bit
H A DARMPagingMethod32Bit.cpp178 ARMPagingMethod32Bit::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, function in class:ARMPagingMethod32Bit::PhysicalPageSlotPool
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h127 void* Map() const { return fMap; } function in class:Inode
/haiku/src/system/boot/loader/
H A Delf.cpp99 Map(AddrType address) function in struct:ELF32Class
157 Map(AddrType address) function in struct:ELF64Class
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h192 void* Map() const { return fMap; } function in class:Inode
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp182 PhysicalPageSlot::Map(phys_addr_t physicalAddress) function in class:PhysicalPageSlot
[all...]
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp189 PhysicalPageSlot::Map(phys_addr_t physicalAddress) function in class:PhysicalPageSlot
[all...]

Completed in 227 milliseconds

12