Searched refs:MemoryType (Results 1 – 8 of 8) sorted by relevance
/haiku/headers/private/kernel/platform/efi/protocol/ |
H A D | device-path.h | 68 efi_memory_type MemoryType; member
|
/haiku/headers/private/kernel/vm/ |
H A D | VMTranslationMap.h | 150 area->MemoryType()); in ProtectPage() 159 area->MemoryType()); in ProtectArea()
|
H A D | VMArea.h | 129 inline uint32 MemoryType() const; 235 VMArea::MemoryType() const in MemoryType() function
|
/haiku/src/system/kernel/arch/x86/ |
H A D | arch_vm.cpp | 827 if (area->MemoryType() == 0) in arch_vm_unset_memory_type()
|
/haiku/src/system/kernel/vm/ |
H A D | vm_debug.cpp | 478 kprintf("memory_type:\t%#" B_PRIx32 "\n", area->MemoryType()); in dump_area_struct()
|
H A D | vm.cpp | 651 area->MemoryType(), reservation); in map_page() 666 area->MemoryType(), reservation); in map_page() 1890 area->MemoryType(), &reservation); in vm_create_anonymous_area() 2035 protection, area->MemoryType(), &reservation); in vm_map_physical_memory() 2137 protection, area->MemoryType(), &reservation); in vm_map_physical_memory_vecs() 2569 protection, newArea->MemoryType(), &reservation); in vm_clone_area() 4759 uint32 oldType = area->MemoryType(); in vm_set_area_memory_type()
|
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/ |
H A D | actbl1.h | 689 UINT8 MemoryType; member
|
/haiku/src/system/kernel/slab/ |
H A D | MemoryManager.cpp | 1500 vmArea->MemoryType(), &reservation); in _MapChunk()
|