Home
last modified time | relevance | path

Searched refs:hvm_get_cpl (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dxenoprof.c92 return hvm_get_cpl(curr) != 3; in xenoprofile_get_mode()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dmonitor.c122 if ( hvm_get_cpl(curr) == 3 ) in gfn_of_rip()
A Dhypercall.c163 if ( unlikely(hvm_get_cpl(curr)) ) in hvm_hypercall()
A Dhvm.c3367 return hvm_get_cpl(v) > 0; in hvm_check_cpuid_faulting()
3382 if ( unlikely(hvm_get_cpl(curr)) ) in _hvm_rdtsc_intercept()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dhvm.h357 hvm_get_cpl(struct vcpu *v) in hvm_get_cpl() function
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c1694 if ( is_hvm_domain(d) ? hvm_get_cpl(v) == 3 in sh_emulate_map_dest()
A Dmulti.c3053 (is_pv_vcpu(v) ? (regs->ss & 3) : hvm_get_cpl(v)) == 3 ) in sh_page_fault()

Completed in 28 milliseconds