Searched defs:get_cpl (Results 1 – 2 of 2) sorted by relevance
1030 if (kvm_x86_call(get_cpl)(vcpu) <= required_cpl) in kvm_require_cpl() local1315 if (kvm_x86_call(get_cpl)(vcpu) != 0 || in kvm_emulate_xsetbv() local7981 else if (kvm_x86_call(get_cpl)(vcpu) == 3) in emulator_read_std() local8026 else if (kvm_x86_call(get_cpl)(vcpu) == 3) in emulator_write_std() local
1802 int (*get_cpl)(struct kvm_vcpu *vcpu); member