diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2018-10-08 13:14:54 +0300 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2018-10-08 13:14:54 +0300 |
commit | ed3054a3025879c7d3f64de7a58b7f6427e0d3a0 (patch) | |
tree | 44e5d8ed17f81ac9b9c90a41e3f48e251c95cfdb /arch/s390/include/asm/kvm_host.h | |
parent | 55d09dd4c86060fbbc74ab2b1bfaed401cd0163a (diff) | |
parent | 46623ab3194a3f37ea12da2964bca3b35fdd20ed (diff) | |
download | linux-ed3054a3025879c7d3f64de7a58b7f6427e0d3a0.tar.xz |
Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kernelorgnext
Diffstat (limited to 'arch/s390/include/asm/kvm_host.h')
-rw-r--r-- | arch/s390/include/asm/kvm_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h index febd1709472a..d5d24889c3bc 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h @@ -865,6 +865,8 @@ void kvm_arch_async_page_present(struct kvm_vcpu *vcpu, struct kvm_async_pf *work); void kvm_arch_crypto_clear_masks(struct kvm *kvm); +void kvm_arch_crypto_set_masks(struct kvm *kvm, unsigned long *apm, + unsigned long *aqm, unsigned long *adm); extern int sie64a(struct kvm_s390_sie_block *, u64 *); extern char sie_exit; |