Home
last modified time | relevance | path

Searched defs:get_cpl (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/arch/x86/kvm/
Dhyperv.c2533 if (kvm_x86_call(get_cpl)(vcpu) != 0 || !is_protmode(vcpu)) { in kvm_hv_hypercall() local
Dx86.c999 if (kvm_x86_call(get_cpl)(vcpu) <= required_cpl) in kvm_require_cpl() local
1274 if (kvm_x86_call(get_cpl)(vcpu) != 0 || in kvm_emulate_xsetbv() local
7669 else if (kvm_x86_call(get_cpl)(vcpu) == 3) in emulator_read_std() local
7714 else if (kvm_x86_call(get_cpl)(vcpu) == 3) in emulator_write_std() local
/linux-6.14.4/arch/x86/include/asm/
Dkvm_host.h1684 int (*get_cpl)(struct kvm_vcpu *vcpu); member