|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] _domain in page_info structure
At 13:55 +0530 on 27 Mar (1175003752), jeet wrote:
> nd = page->u.inuse._domain;
>
> what this field is used for?
The comment beside the definition of the field says:
/* Owner of this page (NULL if page is anonymous). */
> /* Meaning of the _domain field in shadow pages
> * --------------------------------------------
> *
> * In shadow pages, this field will always have its least significant bit
> * set. This ensures that all attempts to get_page() will fail (as all
> * valid pickled domain pointers have a zero for their least significant bit).
> * Instead, the remaining upper bits are used to record the shadow generation
> * counter when the shadow was created.
> */
This comment is from 3.0.4 and was never very useful, as IIRC the
generation cuonters it refers to were never implemented in the main
tree. Shadow pages have their own entirely separate version of the
page_info struct now.
Cheers,
Tim.
--
Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx>, XenSource UK Limited
Registered office c/o EC2Y 5EB, UK; company number 05334508
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|