diff options
author | Julien Grall <julien.grall@citrix.com> | 2015-05-04 15:39:08 +0100 |
---|---|---|
committer | David Vrabel <david.vrabel@citrix.com> | 2015-10-23 14:20:38 +0100 |
commit | 30756c62997822894fb34e2114f5dc727a12af30 (patch) | |
tree | f48503562c024f160ebabcaba5be5b0414f3c871 /drivers/xen/dbgp.c | |
parent | 9652c08012580c9961c77fc8726a877e0d437324 (diff) | |
download | linux-30756c62997822894fb34e2114f5dc727a12af30.tar.bz2 |
xen/balloon: Don't rely on the page granularity is the same for Xen and Linux
For ARM64 guests, Linux is able to support either 64K or 4K page
granularity. Although, the hypercall interface is always based on 4K
page granularity.
With 64K page granularity, a single page will be spread over multiple
Xen frame.
To avoid splitting the page into 4K frame, take advantage of the
extent_order field to directly allocate/free chunk of the Linux page
size.
Note that PVMMU is only used for PV guest (which is x86) and the page
granularity is always 4KB. Some BUILD_BUG_ON has been added to ensure
that because the code has not been modified.
Signed-off-by: Julien Grall <julien.grall@citrix.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Diffstat (limited to 'drivers/xen/dbgp.c')
0 files changed, 0 insertions, 0 deletions