Searched refs:arch_vm_set_memory_type (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/kernel/arch/
H A Dvm.h34 status_t arch_vm_set_memory_type(struct VMArea *area, phys_addr_t physicalBase,
/haiku/src/system/kernel/arch/sparc/
H A Darch_vm.cpp116 arch_vm_set_memory_type(VMArea *area, phys_addr_t physicalBase, uint32 type) function
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm.cpp134 arch_vm_set_memory_type(VMArea *area, phys_addr_t physicalBase, uint32 type) function
/haiku/src/system/kernel/arch/arm/
H A Darch_vm.cpp135 arch_vm_set_memory_type(VMArea *area, phys_addr_t physicalBase, uint32 type) function
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm.cpp123 arch_vm_set_memory_type(VMArea* area, phys_addr_t physicalBase, uint32 type) function
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm.cpp173 arch_vm_set_memory_type(VMArea *area, phys_addr_t physicalBase, uint32 type) function
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp381 arch_vm_set_memory_type(VMArea *area, phys_addr_t physicalBase, uint32 type) function
/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp760 arch_vm_set_memory_type(struct VMArea *area, phys_addr_t physicalBase, function
/haiku/src/system/kernel/vm/
H A Dvm.cpp1897 status = arch_vm_set_memory_type(area, physicalAddress, memoryType);
5265 status_t error = arch_vm_set_memory_type(area, physicalBase, type);

Completed in 167 milliseconds