Searched refs:x86_leaf (Results 1 – 1 of 1) sorted by relevance
165 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_clear() local167 kvm_cpu_caps[x86_leaf] &= ~__feature_bit(x86_feature); in kvm_cpu_cap_clear()172 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_set() local174 kvm_cpu_caps[x86_leaf] |= __feature_bit(x86_feature); in kvm_cpu_cap_set()179 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_get() local181 return kvm_cpu_caps[x86_leaf] & __feature_bit(x86_feature); in kvm_cpu_cap_get()207 unsigned int x86_leaf = __feature_leaf(x86_feature); in guest_cpu_cap_set() local209 vcpu->arch.cpu_caps[x86_leaf] |= __feature_bit(x86_feature); in guest_cpu_cap_set()215 unsigned int x86_leaf = __feature_leaf(x86_feature); in guest_cpu_cap_clear() local217 vcpu->arch.cpu_caps[x86_leaf] &= ~__feature_bit(x86_feature); in guest_cpu_cap_clear()[all …]