Searched defs:get_cpl (Results 1 – 3 of 3) sorted by relevance
2532 if (kvm_x86_call(get_cpl)(vcpu) != 0 || !is_protmode(vcpu)) { in kvm_hv_hypercall() local
1010 if (kvm_x86_call(get_cpl)(vcpu) <= required_cpl) in kvm_require_cpl() local1285 if (kvm_x86_call(get_cpl)(vcpu) != 0 || in kvm_emulate_xsetbv() local7731 else if (kvm_x86_call(get_cpl)(vcpu) == 3) in emulator_read_std() local7776 else if (kvm_x86_call(get_cpl)(vcpu) == 3) in emulator_write_std() local
1711 int (*get_cpl)(struct kvm_vcpu *vcpu); member