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()
118 if (!hv_result_needs_memory(status)) { in hv_call_create_partition()149 if (!hv_result_needs_memory(status)) { in hv_call_initialize_partition()241 if (hv_result_needs_memory(status)) { in hv_do_map_gpa_hcall()457 if (!hv_result_needs_memory(status)) { in hv_call_get_vp_state()519 if (!hv_result_needs_memory(status)) { in hv_call_set_vp_state()563 if (!hv_result_needs_memory(status)) { in hv_call_map_vp_state_page()718 if (!hv_result_needs_memory(status)) { in hv_call_create_port()771 if (!hv_result_needs_memory(status)) { in hv_call_connect_port()848 if (!hv_result_needs_memory(status)) { in hv_call_map_stats_page2()912 if (!hv_result_needs_memory(status)) { in hv_call_map_stats_page()
255 if (!hv_result_needs_memory(status)) in mshv_ioctl_passthru_hvcall()
346 bool hv_result_needs_memory(u64 status);356 static inline bool hv_result_needs_memory(u64 status) { return false; } in hv_result_needs_memory() function