Searched refs:hcall_compat (Results 1 – 5 of 5) sorted by relevance
44 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()
3396 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()
202 curr->hcall_compat = true; in pv_hypercall()204 curr->hcall_compat = false; in pv_hypercall()
124 if ( !curr->hcall_compat ) in hypercall_create_continuation()
208 bool hcall_compat; member
Completed in 26 milliseconds