ANDROID: KVM: arm64: Allow setting device attr in stage-2 PTEs
Allow pKVM to set device attributes (nGnRE) on stage-2 entries when KVM_PGTABLE_PROT_DEVICE is used. Bug: 303529066 Change-Id: I19ddbd627cb67fb4ad295af6ea5fff129d7a94f7 Signed-off-by: Vincent Donnefort <vdonnefort@google.com>
This commit is contained in:
parent
b25aabd50a
commit
08351370ec
@ -2049,6 +2049,7 @@ static int restrict_host_page_perms(u64 addr, kvm_pte_t pte, u32 level, enum kvm
|
||||
}
|
||||
|
||||
#define MODULE_PROT_ALLOWLIST (KVM_PGTABLE_PROT_RWX | \
|
||||
KVM_PGTABLE_PROT_DEVICE |\
|
||||
KVM_PGTABLE_PROT_NC | \
|
||||
KVM_PGTABLE_PROT_PXN | \
|
||||
KVM_PGTABLE_PROT_UXN)
|
||||
|
Loading…
Reference in New Issue
Block a user