Thus spake Byunghyun Oh <[EMAIL PROTECTED]>:
> 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. :)

Glancing at the Linux source, it looks like you want vm_map_wire().
BTW, in the future, it helps if you can describe what you're
looking for, since we're not all Linux experts.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to