|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
RE: [Xen-ia64-devel] Re: [PATCH]: ptc.ga for SMP-g
>From: Isaku Yamahata [mailto:yamahata@xxxxxxxxxxxxx]
>Sent: 2006年3月31日 10:53
>It's right that Linux/ia64 kernel text and statically allocated data
>are in [0xa000000100000000, ...].
>However dynamically allocated pages's virtual address are in
>the area of [PAGE_OFFSET, ...].
Dynamically allocated page is not mapped by TR.
>That is, values which is returned by __get_free_pages() (and its family)
>are of PAGE_OFFSET + (some offsets).
>
>Please see the definition of __pa() and __va() of Linux/ia64.
># define __pa(x) ((x) - PAGE_OFFSET)
># define __va(x) ((x) + PAGE_OFFSET)
>
>
>
>--
>yamahata
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-ia64-devel] Re: [PATCH]: ptc.ga for SMP-g, (continued)
RE: [Xen-ia64-devel] Re: [PATCH]: ptc.ga for SMP-g, Tian, Kevin
RE: [Xen-ia64-devel] Re: [PATCH]: ptc.ga for SMP-g, Tian, Kevin
RE: [Xen-ia64-devel] Re: [PATCH]: ptc.ga for SMP-g, Xu, Anthony
RE: [Xen-ia64-devel] Re: [PATCH]: ptc.ga for SMP-g, Xu, Anthony
RE: [Xen-ia64-devel] Re: [PATCH]: ptc.ga for SMP-g,
Xu, Anthony <=
RE: [Xen-ia64-devel] Re: [PATCH]: ptc.ga for SMP-g, Tian, Kevin
|
|
|
|
|