Home
last modified time | relevance | path

Searched refs:hcall_compat (Results 1 – 5 of 5) sorted by relevance

/xen/xen/arch/x86/hvm/
A Dhypercall.c44 if ( !curr->hcall_compat ) in hvm_memory_op()
75 if ( !current->hcall_compat ) in hvm_grant_table_op()
107 if ( !curr->hcall_compat ) in hvm_physdev_op()
303 curr->hcall_compat = true; in hvm_hypercall()
306 curr->hcall_compat = false; in hvm_hypercall()
A Dhvm.c3396 if ( current->hcall_compat && is_compat_arg_xlat_range(to, len) ) in copy_to_user_hvm()
3410 if ( current->hcall_compat && is_compat_arg_xlat_range(to, len) ) in clear_user_hvm()
3425 if ( current->hcall_compat && is_compat_arg_xlat_range(from, len) ) in copy_from_user_hvm()
5103 rc = current->hcall_compat ? compat_altp2m_op(arg) : do_altp2m_op(arg); in do_hvm_op()
/xen/xen/arch/x86/pv/
A Dhypercall.c202 curr->hcall_compat = true; in pv_hypercall()
204 curr->hcall_compat = false; in pv_hypercall()
/xen/xen/arch/x86/
A Dhypercall.c124 if ( !curr->hcall_compat ) in hypercall_create_continuation()
/xen/xen/include/xen/
A Dsched.h208 bool hcall_compat; member

Completed in 26 milliseconds