Searched refs:svm_get_cpl (Results 1 – 1 of 1) sorted by relevance
1693 static int svm_get_cpl(struct kvm_vcpu *vcpu) in svm_get_cpl() function3198 in_kernel = !is_sev_es_guest(vcpu) && svm_get_cpl(vcpu) == 0; in pause_interception()5181 is_user = svm_get_cpl(vcpu) == 3; in svm_check_emulate_instruction()5303 .get_cpl = svm_get_cpl,5304 .get_cpl_no_cache = svm_get_cpl,