| /arch/x86/kvm/ |
| A D | emulate.c | 1644 if (rpl != cpl || (seg_desc.type & 0xa) != 0x2 || dpl != cpl) in __load_segment_descriptor() 1684 if (rpl > cpl || dpl != cpl) in __load_segment_descriptor() 1765 u8 cpl = ctxt->ops->cpl(ctxt); in load_segment_descriptor() local 1874 int cpl = ctxt->ops->cpl(ctxt); in emulate_popf() local 1889 if (cpl == 0) in emulate_popf() 2177 u8 cpl = ctxt->ops->cpl(ctxt); in em_jmp_far() local 2252 int cpl = ctxt->ops->cpl(ctxt); in em_ret_far() local 2668 u8 cpl; in load_state_from_tss16() local 2782 u8 cpl; in load_state_from_tss32() local 2819 cpl = 3; in load_state_from_tss32() [all …]
|
| A D | x86.h | 687 int ____kvm_emulate_hypercall(struct kvm_vcpu *vcpu, int cpl, 690 #define __kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall) \ argument 693 __ret = ____kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall); \
|
| A D | trace.h | 133 TP_PROTO(u8 cpl, unsigned long nr, 136 TP_ARGS(cpl, nr, a0, a1, a2, a3, a4, a5), 139 __field(u8, cpl) 150 __entry->cpl = cpl; 161 __entry->cpl, __entry->nr,
|
| A D | xen.c | 1680 u8 cpl; in kvm_xen_hypercall() local 1708 cpl = kvm_x86_call(get_cpl)(vcpu); in kvm_xen_hypercall() 1709 trace_kvm_xen_hypercall(cpl, input, params[0], params[1], params[2], in kvm_xen_hypercall() 1716 if (unlikely(cpl > 0)) in kvm_xen_hypercall() 1757 vcpu->run->xen.u.hcall.cpl = cpl; in kvm_xen_hypercall()
|
| A D | kvm_emulate.h | 213 int (*cpl)(struct x86_emulate_ctxt *ctxt); member
|
| A D | x86.c | 8542 .cpl = emulator_get_cpl, 9942 int ____kvm_emulate_hypercall(struct kvm_vcpu *vcpu, int cpl, in ____kvm_emulate_hypercall() argument 9965 if (cpl) { in ____kvm_emulate_hypercall()
|
| /arch/mips/loongson2ef/lemote-2f/ |
| A D | irq.c | 87 static irqreturn_t ip6_action(int cpl, void *dev_id) in ip6_action() argument
|
| /arch/x86/include/asm/ |
| A D | svm.h | 327 u8 cpl; member 383 u8 cpl; member 478 u8 cpl; member 680 DEFINE_GHCB_ACCESSORS(cpl)
|
| /arch/mips/cavium-octeon/ |
| A D | oct_ilm.c | 104 static irqreturn_t cvm_oct_ciu_timer_interrupt(int cpl, void *dev_id) in cvm_oct_ciu_timer_interrupt() argument
|
| /arch/x86/include/asm/xen/ |
| A D | interface.h | 313 uint8_t cpl; member
|
| /arch/x86/xen/ |
| A D | pmu.c | 413 } else if (xenpmu_data->pmu.r.regs.cpl & 3) { in xen_guest_state() 451 if (xen_regs->cpl) in xen_convert_regs()
|
| /arch/mips/pci/ |
| A D | msi-octeon.c | 326 static irqreturn_t octeon_msi_interrupt##x(int cpl, void *dev_id) \
|
| /arch/mips/ath25/ |
| A D | ar2315.c | 57 static irqreturn_t ar2315_ahb_err_handler(int cpl, void *dev_id) in ar2315_ahb_err_handler() argument
|
| A D | ar5312.c | 58 static irqreturn_t ar5312_ahb_err_handler(int cpl, void *dev_id) in ar5312_ahb_err_handler() argument
|
| /arch/x86/kvm/svm/ |
| A D | nested.c | 629 vmcb02->save.cpl = vmcb12->save.cpl; in nested_vmcb02_prepare_save() 1046 to_save->cpl = 0; in svm_copy_vmrun_state() 1112 vmcb12->save.cpl = vmcb02->save.cpl; in nested_svm_vmexit() 1470 if (to_svm(vcpu)->vmcb->save.cpl) { in nested_svm_check_permissions()
|
| A D | svm.h | 928 DEFINE_KVM_GHCB_ACCESSORS(cpl)
|
| A D | svm.c | 1666 var->dpl = to_svm(vcpu)->vmcb->save.cpl; in svm_get_segment() 1675 return save->cpl; in svm_get_cpl() 1852 svm->vmcb->save.cpl = (var->dpl & 3); in svm_set_segment() 3398 save->vmpl, save->cpl, save->efer); in dump_vmcb()
|
| A D | sev.c | 3285 svm->vmcb->save.cpl = kvm_ghcb_get_cpl_if_valid(svm, ghcb); in sev_es_sync_from_ghcb()
|
| /arch/powerpc/platforms/powermac/ |
| A D | pic.c | 203 static irqreturn_t gatwick_action(int cpl, void *dev_id) in gatwick_action() argument
|