We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce7839 commit dd609a5Copy full SHA for dd609a5
arch/arm64/kvm/vgic/vgic-init.c
@@ -445,13 +445,15 @@ int vgic_lazy_init(struct kvm *kvm)
445
/* RESOURCE MAPPING */
446
447
/**
448
+ * kvm_vgic_map_resources - map the MMIO regions
449
+ * @kvm: kvm struct pointer
450
+ *
451
* Map the MMIO regions depending on the VGIC model exposed to the guest
452
* called on the first VCPU run.
453
* Also map the virtual CPU interface into the VM.
454
* v2 calls vgic_init() if not already done.
455
* v3 and derivatives return an error if the VGIC is not initialized.
456
* vgic_ready() returns true if this function has succeeded.
- * @kvm: kvm struct pointer
457
*/
458
int kvm_vgic_map_resources(struct kvm *kvm)
459
{
0 commit comments