Home
last modified time | relevance | path

Searched refs:get_cpl (Results 1 – 4 of 4) sorted by relevance

/xen/xen/include/asm-x86/hvm/
A Dhvm.h122 unsigned int (*get_cpl)(struct vcpu *v); member
442 return alternative_call(hvm_funcs.get_cpl, v); in hvm_get_cpl()
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1794 get_cpl( in get_cpl() function
1815 int cpl = get_cpl(ctxt, ops); in _mode_iopl()
1822 int _cpl = get_cpl(ctxt, ops); \
1833 if ( ops->read_cr && get_cpl(ctxt, ops) == 3 ) \
2080 int cpl = get_cpl(ctxt, ops); in protmode_load_seg()
2486 return get_cpl(ctxt, ops) > 0 && in umip_active()
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c2431 .get_cpl = svm_get_cpl,
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c2256 .get_cpl = _vmx_get_cpl,

Completed in 38 milliseconds