Re: How to map a page with userland program?
- From: John Baldwin <jhb@xxxxxxxxxxx>
- Date: Fri, 15 Sep 2006 10:35:11 -0400
On Friday 15 September 2006 10:26, LI Xin wrote:
Dear folks,
Is there a continent and MI way to map a kernel page into userland
address space under the same virtual address? It seems that this can be
implemented through some routines in MD part of pmap, but is it possible
to use higher level VM routines to do the job?
Not to the same userland virtual address. Why do you need the same
virtual address anyway? If it's for pointers use offsets relative to
the start of the page instead.
--
John Baldwin
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: How to map a page with userland program?
- From: John Giacomoni
- Re: How to map a page with userland program?
- From: LI Xin
- Re: How to map a page with userland program?
- References:
- How to map a page with userland program?
- From: LI Xin
- How to map a page with userland program?
- Prev by Date: Re: How to map a page with userland program?
- Next by Date: Re: How to map a page with userland program?
- Previous by thread: Re: How to map a page with userland program?
- Next by thread: Re: How to map a page with userland program?
- Index(es):
Relevant Pages
|
|