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

/haiku/src/libs/compat/freebsd_network/
H A Dbus.cpp53 map_mem(void **virtualAddr, phys_addr_t _phy, size_t size, uint32 protection, argument
56 uint32 offset = _phy & (B_PAGE_SIZE - 1);
57 phys_addr_t physicalAddr = _phy - offset;

Completed in 34 milliseconds