Searched refs:get_cpl (Results 1 – 4 of 4) sorted by relevance
122 unsigned int (*get_cpl)(struct vcpu *v); member442 return alternative_call(hvm_funcs.get_cpl, v); in hvm_get_cpl()
1794 get_cpl( in get_cpl() function1815 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()
2431 .get_cpl = svm_get_cpl,
2256 .get_cpl = _vmx_get_cpl,
Completed in 38 milliseconds