Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhypercall.c38 if ( !curr->hcall_compat ) in hvm_memory_op()
68 if ( !current->hcall_compat ) in hvm_grant_table_op()
94 if ( !curr->hcall_compat ) in hvm_physdev_op()
257 curr->hcall_compat = true; in hvm_hypercall()
260 curr->hcall_compat = false; in hvm_hypercall()
A Dhvm.c3322 if ( current->hcall_compat && is_compat_arg_xlat_range(to, len) ) in copy_to_user_hvm()
3336 if ( current->hcall_compat && is_compat_arg_xlat_range(to, len) ) in clear_user_hvm()
3350 if ( current->hcall_compat && is_compat_arg_xlat_range(from, len) ) in copy_from_user_hvm()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dhypercall.c186 curr->hcall_compat = true; in pv_hypercall()
188 curr->hcall_compat = false; in pv_hypercall()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhypercall.c114 if ( !curr->hcall_compat ) in hypercall_create_continuation()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h210 bool hcall_compat; member

Completed in 13 milliseconds