Lines Matching +full:ext +full:- +full:gen
1 /* SPDX-License-Identifier: GPL-2.0 */
35 * These seem to be used for allocating ->chip in the routing table, which we
37 * need to look at ->chip later on, we'll need to revisit this.
43 /* s390-specific vcpu->requests bit members */
247 * Repressible (non-floating) machine check interrupts
300 struct kvm_s390_ext_info ext; member
312 struct kvm_s390_ext_info ext; member
378 * Only the upper 16 bits of kvm_guest_debug->control are arch specific.
385 (vcpu->guest_debug & KVM_GUESTDBG_ENABLE)
387 (vcpu->guest_debug & KVM_GUESTDBG_SINGLESTEP)
389 (vcpu->guest_debug & KVM_GUESTDBG_USE_HW_BP)
391 (vcpu->guest_debug & KVM_GUESTDBG_EXIT_PENDING))
431 * this way we can have non-blocking reads with consistent values.
432 * Only the owning VCPU thread (vcpu->cpu) is allowed to change these
500 /* subset of available UV-features for pv-guests enabled by user space */
534 __u8 reserved20[0x0048 - 0x0020]; /* 0x0020 */
596 u8 reserved928[0x1000 - 0x928]; /* 0x0928 */
676 #define KVM_HVA_ERR_BAD (-1UL)
677 #define KVM_HVA_ERR_RO_BAD (-2UL)
724 static inline void kvm_arch_memslots_updated(struct kvm *kvm, u64 gen) {} in kvm_arch_memslots_updated() argument