|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] RFC: vaddr_t and vsize_t
On 17/1/07 15:17, "Christoph Egger" <Christoph.Egger@xxxxxxx> wrote:
> vaddr_t is used when a virtual address is meant. It is an unsigned integer and
> its size always matches sizeof(void *).
> vsize_t is used when the virtual address space is meant. It is an unsigned
> integer and its size always matches the whole size of the virtual address
> space.
Is this distinction ever useful?
The assumption that a pointer fits in a long is rather ingrained into Xen's
code base. Any attempt to remove that assumption is going to need some big
patches, and it's really not clear that we ought to care as I'm sure it's
true for any architecture we can conceive of caring one jot about.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|