From: Christoffer Dall Date: Sun, 20 Jan 2013 23:28:04 +0000 (-0500) Subject: ARM: Add page table and page defines needed by KVM X-Git-Tag: v3.9-rc1~115^2~10^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc577c26e2e9740b046591a72e77213c556bff19;p=pandora-kernel.git ARM: Add page table and page defines needed by KVM KVM uses the stage-2 page tables and the Hyp page table format, so we define the fields and page protection flags needed by KVM. The nomenclature is this: - page_hyp: PL2 code/data mappings - page_hyp_device: PL2 device mappings (vgic access) - page_s2: Stage-2 code/data page mappings - page_s2_device: Stage-2 device mappings (vgic access) Reviewed-by: Will Deacon Reviewed-by: Marcelo Tosatti Christoffer Dall --- Reading git-diff-tree failed