Searched refs:get_cpl_no_cache (Results 1 – 5 of 5) sorted by relevance
38 KVM_X86_OP(get_cpl_no_cache)
1772 int (*get_cpl_no_cache)(struct kvm_vcpu *vcpu); member
906 .get_cpl_no_cache = vt_op(get_cpl_no_cache),
5162 .get_cpl_no_cache = svm_get_cpl,
5296 !kvm_x86_call(get_cpl_no_cache)(vcpu); in kvm_arch_vcpu_put()