Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dsvm.c1702 static int svm_get_cpl(struct kvm_vcpu *vcpu) in svm_get_cpl() function
2017 if (svm_get_cpl(vcpu) != 3) in npf_interception()
3259 in_kernel = !is_sev_es_guest(vcpu) && svm_get_cpl(vcpu) == 0; in pause_interception()
5245 is_user = svm_get_cpl(vcpu) == 3; in svm_check_emulate_instruction()
5362 .get_cpl = svm_get_cpl,
5363 .get_cpl_no_cache = svm_get_cpl,