Searched refs:hcall_compat (Results 1 – 5 of 5) sorted by relevance
38 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()
3322 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()
186 curr->hcall_compat = true; in pv_hypercall()188 curr->hcall_compat = false; in pv_hypercall()
114 if ( !curr->hcall_compat ) in hypercall_create_continuation()
210 bool hcall_compat; member
Completed in 14 milliseconds