Home
last modified time | relevance | path

Searched refs:hv_result_needs_memory (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hv/
H A Dhv_proc.c144 bool hv_result_needs_memory(u64 status) in hv_result_needs_memory() function
155 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()
H A Dmshv_root_hv_call.c118 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()
H A Dmshv_root_main.c255 if (!hv_result_needs_memory(status)) in mshv_ioctl_passthru_hvcall()
/linux/include/asm-generic/
H A Dmshyperv.h346 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