Date: Sun, 23 Feb 2003 16:37:46 +0900 From: Byunghyun Oh <octphial@postech.ac.kr> To: freebsd-hackers@freebsd.org Subject: Replacement for get_user_pages() of Linux Message-ID: <20030223163746.A19421@shell.postech.ac.kr>
next in thread | raw e-mail | index | archive | help
I'm porting Plex86 x86 VM, which uses get_user_pages() function at Linux-version kernel module to find and pin physical pages of memory in user space (according to its documentation). I tried many candidates as its replacement (PHYS_TO_VM_PAGE() macro in vm/vm_page.h seems most useful now), but they haven't worked at all. Any experience about porting VM-related things in Linux will be appreciated. :) Byunghyun Oh octphial _at_ postech.ac.kr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030223163746.A19421>