HelenOS sources
as_get_physical_mapping 75 uspace/app/tester/mm/mapping1.c errno_t rc = as_get_physical_mapping(page_start, NULL);
as_get_physical_mapping 64 uspace/lib/c/include/as.h extern errno_t as_get_physical_mapping(const void *, uintptr_t *);
as_get_physical_mapping 64 uspace/lib/posix/include/libc/as.h extern errno_t as_get_physical_mapping(const void *, uintptr_t *);
as_get_physical_mapping 159 uspace/lib/usb/src/dma_buffer.c if (as_get_physical_mapping(chunk_base, &phys))
as_get_physical_mapping 62 uspace/lib/usbhost/include/usb/host/utils/malloc32.h errno_t ret = as_get_physical_mapping(addr, &result);
HelenOS homepage, sources at GitHub