Searched refs:vm_get_physical_page_current_cpu (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/arch/generic/
H A Dgeneric_vm_physical_page_ops.cpp23 status_t error = vm_get_physical_page_current_cpu(address - pageOffset,
55 status_t error = vm_get_physical_page_current_cpu(from - pageOffset,
95 status_t error = vm_get_physical_page_current_cpu(to - pageOffset,
121 /*! NOTE: If this function is used, vm_get_physical_page_current_cpu() must not
132 status_t error = vm_get_physical_page_current_cpu(from, &fromVirtual,
142 error = vm_get_physical_page_current_cpu(to, &toVirtual, &toHandle);
/haiku/headers/private/kernel/vm/
H A Dvm.h138 status_t vm_get_physical_page_current_cpu(phys_addr_t paddr, addr_t* vaddr,
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp1012 if (vm_get_physical_page_current_cpu(physicalAddress, &virtualAddress,
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp769 status_t error = vm_get_physical_page_current_cpu(
/haiku/src/system/kernel/vm/
H A Dvm.cpp5106 vm_get_physical_page_current_cpu(phys_addr_t paddr, addr_t* _vaddr, function

Completed in 75 milliseconds