/* * Note that the redistributor frames are at the end, as the range scales * with the number of vCPUs in the VM.
*/ #define GITS_BASE_GPA 0x8000000ULL #define GICD_BASE_GPA (GITS_BASE_GPA + KVM_VGIC_V3_ITS_SIZE) #define GICR_BASE_GPA (GICD_BASE_GPA + KVM_VGIC_V3_DIST_SIZE)
/* The GIC is identity-mapped into the guest at the time of setup. */ #define GITS_BASE_GVA ((volatilevoid *)GITS_BASE_GPA) #define GICD_BASE_GVA ((volatilevoid *)GICD_BASE_GPA) #define GICR_BASE_GVA ((volatilevoid *)GICR_BASE_GPA)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.