Lines Matching full:initialization
16 * Initialization rules: there are multiple stages to the vgic
17 * initialization, both for the distributor and the CPU interfaces. The basic
21 * initialization flags to ensure they don't look at uninitialized data
26 * - kvm_vgic_early_init(): initialization of static data that doesn't
30 * - vgic_init(): allocation and initialization of the generic data
37 * - kvm_vgic_vcpu_init(): initialization of static data that
48 * Only do initialization of static structures that don't require any
153 * require prior initialization in case of a virtual GICv3 or trigger in kvm_vgic_dist_init()
154 * initialization when using a virtual GICv2. in kvm_vgic_dist_init()
243 * Only do initialization, but do not actually enable the
489 * We only provide the automatic initialization of the VGIC in vgic_lazy_init()