Home
last modified time | relevance | path

Searched refs:KVM_STEAL_VALID_BITS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h84 #define KVM_STEAL_VALID_BITS ((-1ULL << (KVM_STEAL_ALIGNMENT_BITS + 1))) macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h84 #define KVM_STEAL_VALID_BITS ((-1ULL << (KVM_STEAL_ALIGNMENT_BITS + 1))) macro
/openbmc/linux/arch/x86/kvm/
H A Dx86.c3527 gpa_t gpa = vcpu->arch.st.msr_val & KVM_STEAL_VALID_BITS; in record_steal_time()
3548 BUILD_BUG_ON((sizeof(*st) - 1) & KVM_STEAL_VALID_BITS); in record_steal_time()
4868 gpa_t gpa = vcpu->arch.st.msr_val & KVM_STEAL_VALID_BITS; in kvm_steal_time_set_preempted()