For some investigation, I need to find out the physical address of a pointer on FreeBSD 12.
On Linux, I would do that with /proc/self/pagemap
but on FreeBSD, I have not found a way to do it.
So, is there a way to get the physical address of any virtual address from user-space in FreeBSD?