Lines Matching refs:property
246 struct kvm_x86_cpu_property property = { \
259 kvm_static_assert(idx < BIT(sizeof(property.index) * BITS_PER_BYTE)); \
260 property; \
715 static inline uint32_t this_cpu_property(struct kvm_x86_cpu_property property) in this_cpu_property() argument
717 return __this_cpu_has(property.function, property.index, in this_cpu_property()
718 property.reg, property.lo_bit, property.hi_bit); in this_cpu_property()
721 static __always_inline bool this_cpu_has_p(struct kvm_x86_cpu_property property) in this_cpu_has_p() argument
725 switch (property.function & 0xc0000000) { in this_cpu_has_p()
738 return max_leaf >= property.function; in this_cpu_has_p()
954 struct kvm_x86_cpu_property property);
956 static inline uint32_t kvm_cpu_property(struct kvm_x86_cpu_property property) in kvm_cpu_property() argument
958 return kvm_cpuid_property(kvm_get_supported_cpuid(), property); in kvm_cpu_property()
961 static __always_inline bool kvm_cpu_has_p(struct kvm_x86_cpu_property property) in kvm_cpu_has_p() argument
965 switch (property.function & 0xc0000000) { in kvm_cpu_has_p()
978 return max_leaf >= property.function; in kvm_cpu_has_p()
1076 struct kvm_x86_cpu_property property,