Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dirq.c30 void no_action(int cpl, void *dev_id, struct cpu_user_regs *regs) in no_action() argument
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/
A Dpmu.h90 uint8_t cpl; member
/xen-4.10.0-shim-comet/xen/include/xen/
A Dirq.h118 extern void no_action(int cpl, void *dev_id, struct cpu_user_regs *regs);
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/svm/
A Dvmcb.h582 VMCB_ACCESSORS(cpl, seg)
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1444 int cpl = get_cpl(ctxt, ops); in _mode_iopl() local
1445 if ( cpl == -1 ) in _mode_iopl()
1690 int cpl = get_cpl(ctxt, ops); in protmode_load_seg() local
1694 if ( cpl < 0 ) in protmode_load_seg()
1703 if ( mode_64bit() && (cpl != 3) && (cpl == sel) ) in protmode_load_seg()
1767 ? dpl > cpl in protmode_load_seg()
1769 : rpl > cpl || dpl != cpl ) in protmode_load_seg()
1778 sel = (sel ^ rpl) | cpl; in protmode_load_seg()
1784 if ( (dpl != cpl) || (dpl != rpl) ) in protmode_load_seg()
1805 ((dpl < cpl) || (dpl < rpl)) ) in protmode_load_seg()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c113 unsigned int cpl = guest_kernel_mode(v, regs) ? in iopl_ok() local
118 return IOPL(cpl) <= v->arch.pv_vcpu.iopl; in iopl_ok()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dvpmu.c304 r->cpl = seg.dpl; in vpmu_do_interrupt()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c1058 unsigned int cpl; in _vmx_get_cpl() local
1061 cpl = vmx_get_cpl(); in _vmx_get_cpl()
1064 return cpl; in _vmx_get_cpl()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c2718 enum x86_segment seg, uint16_t sel, unsigned int cpl, unsigned int eflags) in hvm_load_segment_selector() argument
2791 if ( (dpl != cpl) || (dpl != rpl) ) in hvm_load_segment_selector()
2809 && ((dpl < cpl) || (dpl < rpl)) ) in hvm_load_segment_selector()

Completed in 40 milliseconds