Searched refs:hv_result_needs_memory (Results 1 – 4 of 4) sorted by relevance
144 bool hv_result_needs_memory(u64 status) in hv_result_needs_memory() function155 EXPORT_SYMBOL_GPL(hv_result_needs_memory);184 if (!hv_result_needs_memory(status)) { in hv_call_add_logical_proc()227 if (!hv_result_needs_memory(status)) { in hv_call_create_vp()
119 if (!hv_result_needs_memory(status)) { in hv_call_create_partition()152 if (!hv_result_needs_memory(status)) { in hv_call_initialize_partition()250 if (hv_result_needs_memory(status)) { in hv_do_map_gpa_hcall()466 if (!hv_result_needs_memory(status)) { in hv_call_get_vp_state()528 if (!hv_result_needs_memory(status)) { in hv_call_set_vp_state()572 if (!hv_result_needs_memory(status)) { in hv_call_map_vp_state_page()730 if (!hv_result_needs_memory(status)) { in hv_call_create_port()783 if (!hv_result_needs_memory(status)) { in hv_call_connect_port()860 if (!hv_result_needs_memory(status)) { in hv_call_map_stats_page2()924 if (!hv_result_needs_memory(status)) { in hv_call_map_stats_page()
254 if (!hv_result_needs_memory(status)) in mshv_ioctl_passthru_hvcall()
346 bool hv_result_needs_memory(u64 status);358 static inline bool hv_result_needs_memory(u64 status) { return false; } in hv_result_needs_memory() function