Home
last modified time | relevance | path

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

/arch/x86/kvm/
A Demulate.c1644 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 Dx86.h687 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 Dtrace.h133 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 Dxen.c1680 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 Dkvm_emulate.h213 int (*cpl)(struct x86_emulate_ctxt *ctxt); member
A Dx86.c8542 .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 Dirq.c87 static irqreturn_t ip6_action(int cpl, void *dev_id) in ip6_action() argument
/arch/x86/include/asm/
A Dsvm.h327 u8 cpl; member
383 u8 cpl; member
478 u8 cpl; member
680 DEFINE_GHCB_ACCESSORS(cpl)
/arch/mips/cavium-octeon/
A Doct_ilm.c104 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 Dinterface.h313 uint8_t cpl; member
/arch/x86/xen/
A Dpmu.c413 } 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 Dmsi-octeon.c326 static irqreturn_t octeon_msi_interrupt##x(int cpl, void *dev_id) \
/arch/mips/ath25/
A Dar2315.c57 static irqreturn_t ar2315_ahb_err_handler(int cpl, void *dev_id) in ar2315_ahb_err_handler() argument
A Dar5312.c58 static irqreturn_t ar5312_ahb_err_handler(int cpl, void *dev_id) in ar5312_ahb_err_handler() argument
/arch/x86/kvm/svm/
A Dnested.c629 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 Dsvm.h928 DEFINE_KVM_GHCB_ACCESSORS(cpl)
A Dsvm.c1666 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 Dsev.c3285 svm->vmcb->save.cpl = kvm_ghcb_get_cpl_if_valid(svm, ghcb); in sev_es_sync_from_ghcb()
/arch/powerpc/platforms/powermac/
A Dpic.c203 static irqreturn_t gatwick_action(int cpl, void *dev_id) in gatwick_action() argument

Completed in 90 milliseconds